#D087DA

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

Shades of Orchid #D087DA

Tints of Orchid #D087DA

Color information

#D087DA (or 0xD087DA) is unknown color: approx Orchid. HEX triplet: D0, 87 and DA. RGB value is (208,135,218). Sum of RGB (Red+Green+Blue) = 208+135+218=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D087DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DA is #2F7825. Grayscale: #A6A6A6. Windows color (decimal): -3110950 or 14321616. OLE color: 14321616.

HSL color Cylindrical-coordinate representation of color #D087DA: hue angle of 292.77º 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 #D087DA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208135218-
CMYK0.050.3800.15
HSL292.77º52.87%69.22%-
HSV(B)292.77º38.07%85.49%-
XYZ47.3335.870.75-
YUV166.29157.18157.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=37.08%
G=24.06%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081352180.050.3800.15292.7752.8769.22
HexD087DA5260F1253545
Octal32020733254601744565105
Binary110100001000011111011010101100110011111001001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087DA; }

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

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

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

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

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

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

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

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