#D67AC8

Color #D67AC8 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D67AC8

Tints of Orchid #D67AC8

Color information

#D67AC8 (or 0xD67AC8) is unknown color: approx Orchid. HEX triplet: D6, 7A and C8. RGB value is (214,122,200). Sum of RGB (Red+Green+Blue) = 214+122+200=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC8 is #298537. Grayscale: #9E9E9E. Windows color (decimal): -2721080 or 13138646. OLE color: 13138646.

HSL color Cylindrical-coordinate representation of color #D67AC8: hue angle of 309.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AC8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214122200-
CMYK00.430.070.16
HSL309.13º52.87%65.88%-
HSV(B)309.13º42.99%83.92%-
XYZ45.1232.3958.52-
YUV158.4151.48167.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 122 (48.05% from 255) = 22.76%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=39.93%
G=22.76%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412220000.430.070.16309.1352.8765.88
HexD67AC802B7101353542
Octal32617231005372046565102
Binary110101101111010110010000101011111100001001101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67AC8; }

 p { color: rgb(214,122,200); }

 H1.HeaderClassName
 {
   color: #D67AC8;
 }
 .AnyTagClassName
 {
   color: #D67AC8;
 }
</style>
background-color css

<style>
 a { background-color: #D67AC8; }

 a { background-color: rgb(214,122,200); }

 div.DivClassName
 {
   background-color: #D67AC8;
 }
 .BgClassName
 {
   background-color: #D67AC8;
 }
</style>
border-color css

<style>
 span { border-color: #D67AC8; }

 span { border-color: rgb(214,122,200); }

 td.TdClassName
 {
   border-color: #D67AC8;
 }
 .TagClassName
 {
   border-color: #D67AC8;
 }
</style>