#D087CA

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

Shades of Orchid #D087CA

Tints of Orchid #D087CA

Color information

#D087CA (or 0xD087CA) is unknown color: approx Orchid. HEX triplet: D0, 87 and CA. RGB value is (208,135,202). Sum of RGB (Red+Green+Blue) = 208+135+202=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D087CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087CA is #2F7835. Grayscale: #A4A4A4. Windows color (decimal): -3110966 or 13273040. OLE color: 13273040.

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

Color convert

RGB208135202-
CMYK00.350.030.18
HSL304.93º43.71%67.25%-
HSV(B)304.93º35.1%81.57%-
XYZ45.343560.24-
YUV164.46149.18159.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=38.17%
G=24.77%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813520200.350.030.18304.9343.7167.25
HexD087CA0233121312c43
Octal32020731204332246154103
Binary110100001000011111001010010001111100101001100011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087CA; }

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

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

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

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

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

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

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

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