#D087C9

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

Shades of Orchid #D087C9

Tints of Orchid #D087C9

Color information

#D087C9 (or 0xD087C9) is unknown color: approx Orchid. HEX triplet: D0, 87 and C9. RGB value is (208,135,201). Sum of RGB (Red+Green+Blue) = 208+135+201=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D087C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087C9 is #2F7836. Grayscale: #A4A4A4. Windows color (decimal): -3110967 or 13207504. OLE color: 13207504.

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

Color convert

RGB208135201-
CMYK00.350.030.18
HSL305.75º43.71%67.25%-
HSV(B)305.75º35.1%81.57%-
XYZ45.2234.9559.62-
YUV164.35148.68159.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=38.24%
G=24.82%
B=36.95%

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
Decimal20813520100.350.030.18305.7543.7167.25
HexD087C90233121322c43
Octal32020731104332246254103
Binary110100001000011111001001010001111100101001100101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087C9; }

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

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

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

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

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

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

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

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