#D087CE

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

Shades of Orchid #D087CE

Tints of Orchid #D087CE

Color information

#D087CE (or 0xD087CE) is unknown color: approx Orchid. HEX triplet: D0, 87 and CE. RGB value is (208,135,206). Sum of RGB (Red+Green+Blue) = 208+135+206=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CE is #2F7831. Grayscale: #A4A4A4. Windows color (decimal): -3110962 or 13535184. OLE color: 13535184.

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

Color convert

RGB208135206-
CMYK00.350.010.18
HSL301.64º43.71%67.25%-
HSV(B)301.64º35.1%81.57%-
XYZ45.8235.1962.77-
YUV164.92151.18158.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=37.89%
G=24.59%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813520600.350.010.18301.6443.7167.25
HexD087CE02311212e2c43
Octal32020731604312245654103
Binary11010000100001111100111001000111100101001011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087CE; }

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

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

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

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

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

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

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

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