#D687C6

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

Shades of Orchid #D687C6

Tints of Orchid #D687C6

Color information

#D687C6 (or 0xD687C6) is unknown color: approx Orchid. HEX triplet: D6, 87 and C6. RGB value is (214,135,198). Sum of RGB (Red+Green+Blue) = 214+135+198=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D687C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687C6 is #297839. Grayscale: #A5A5A5. Windows color (decimal): -2717754 or 13010902. OLE color: 13010902.

HSL color Cylindrical-coordinate representation of color #D687C6: hue angle of 312.15º 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 #D687C6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214135198-
CMYK00.370.070.16
HSL312.15º49.07%68.43%-
HSV(B)312.15º36.92%83.92%-
XYZ46.5935.757.86-
YUV165.8146.17162.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=39.12%
G=24.68%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413519800.370.070.16312.1549.0768.43
HexD687C60257101383144
Octal32620730604572047061104
Binary1101011010000111110001100100101111100001001110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687C6; }

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

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

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

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

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

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

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

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