#D687CC

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

Shades of Orchid #D687CC

Tints of Orchid #D687CC

Color information

#D687CC (or 0xD687CC) is unknown color: approx Orchid. HEX triplet: D6, 87 and CC. RGB value is (214,135,204). Sum of RGB (Red+Green+Blue) = 214+135+204=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D687CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687CC is #297833. Grayscale: #A6A6A6. Windows color (decimal): -2717748 or 13404118. OLE color: 13404118.

HSL color Cylindrical-coordinate representation of color #D687CC: hue angle of 307.59º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D687CC is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214135204-
CMYK00.370.050.16
HSL307.59º49.07%68.43%-
HSV(B)307.59º36.92%83.92%-
XYZ47.2935.9861.58-
YUV166.49149.17161.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=38.70%
G=24.41%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413520400.370.050.16307.5949.0768.43
HexD687CC0255101343144
Octal32620731404552046461104
Binary1101011010000111110011000100101101100001001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687CC; }

 p { color: rgb(214,135,204); }

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

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

 a { background-color: rgb(214,135,204); }

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

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

 span { border-color: rgb(214,135,204); }

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