#D087CF

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

Shades of Orchid #D087CF

Tints of Orchid #D087CF

Color information

#D087CF (or 0xD087CF) is unknown color: approx Orchid. HEX triplet: D0, 87 and CF. RGB value is (208,135,207). Sum of RGB (Red+Green+Blue) = 208+135+207=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CF is #2F7830. Grayscale: #A4A4A4. Windows color (decimal): -3110961 or 13600720. OLE color: 13600720.

HSL color Cylindrical-coordinate representation of color #D087CF: hue angle of 300.82º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087CF is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208135207-
CMYK00.350.000.18
HSL300.82º43.71%67.25%-
HSV(B)300.82º35.1%81.57%-
XYZ45.9435.2463.41-
YUV165.04151.68158.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=37.82%
G=24.55%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813520700.350.000.18300.8243.7167.25
HexD087CF02301212d2c43
Octal32020731704302245554103
Binary11010000100001111100111101000110100101001011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087CF; }

 p { color: rgb(208,135,207); }

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

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

 a { background-color: rgb(208,135,207); }

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

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

 span { border-color: rgb(208,135,207); }

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