#D687DA

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

Shades of Orchid #D687DA

Tints of Orchid #D687DA

Color information

#D687DA (or 0xD687DA) is unknown color: approx Orchid. HEX triplet: D6, 87 and DA. RGB value is (214,135,218). Sum of RGB (Red+Green+Blue) = 214+135+218=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D687DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687DA is #297825. Grayscale: #A7A7A7. Windows color (decimal): -2717734 or 14321622. OLE color: 14321622.

HSL color Cylindrical-coordinate representation of color #D687DA: hue angle of 297.11º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D687DA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214135218-
CMYK0.020.3800.15
HSL297.11º52.87%69.22%-
HSV(B)297.11º38.07%85.49%-
XYZ49.0536.6970.83-
YUV168.08156.17160.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=37.74%
G=23.81%
B=38.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141352180.020.3800.15297.1152.8769.22
HexD687DA2260F1293545
Octal32620733224601745165105
Binary11010110100001111101101010100110011111001010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687DA; }

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

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

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

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

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

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

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

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