#D67DC9

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

Shades of Orchid #D67DC9

Tints of Orchid #D67DC9

Color information

#D67DC9 (or 0xD67DC9) is unknown color: approx Orchid. HEX triplet: D6, 7D and C9. RGB value is (214,125,201). Sum of RGB (Red+Green+Blue) = 214+125+201=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DC9 is #298236. Grayscale: #A0A0A0. Windows color (decimal): -2720311 or 13204950. OLE color: 13204950.

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

Color convert

RGB214125201-
CMYK00.420.060.16
HSL308.76º52.05%66.47%-
HSV(B)308.76º41.59%83.92%-
XYZ45.6133.1859.26-
YUV160.27150.99166.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=39.63%
G=23.15%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412520100.420.060.16308.7652.0566.47
HexD67DC902A6101353442
Octal32617531105262046564102
Binary110101101111101110010010101010110100001001101011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DC9; }

 p { color: rgb(214,125,201); }

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

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

 a { background-color: rgb(214,125,201); }

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

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

 span { border-color: rgb(214,125,201); }

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