#D687D4

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

Shades of Orchid #D687D4

Tints of Orchid #D687D4

Color information

#D687D4 (or 0xD687D4) is unknown color: approx Orchid. HEX triplet: D6, 87 and D4. RGB value is (214,135,212). Sum of RGB (Red+Green+Blue) = 214+135+212=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D4 is #29782B. Grayscale: #A7A7A7. Windows color (decimal): -2717740 or 13928406. OLE color: 13928406.

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

Color convert

RGB214135212-
CMYK00.370.010.16
HSL301.52º49.07%68.43%-
HSV(B)301.52º36.92%83.92%-
XYZ48.2836.3866.76-
YUV167.4153.17161.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=38.15%
G=24.06%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413521200.370.010.16301.5249.0768.43
HexD687D402511012e3144
Octal32620732404512045661104
Binary11010110100001111101010001001011100001001011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687D4; }

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

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

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

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

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

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

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

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