#D085DC

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

Shades of Orchid #D085DC

Tints of Orchid #D085DC

Color information

#D085DC (or 0xD085DC) is unknown color: approx Orchid. HEX triplet: D0, 85 and DC. RGB value is (208,133,220). Sum of RGB (Red+Green+Blue) = 208+133+220=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D085DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DC is #2F7A23. Grayscale: #A5A5A5. Windows color (decimal): -3111460 or 14452176. OLE color: 14452176.

HSL color Cylindrical-coordinate representation of color #D085DC: hue angle of 291.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D085DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208133220-
CMYK0.050.4000.14
HSL291.72º55.41%69.22%-
HSV(B)291.72º39.55%86.27%-
XYZ47.3235.3572.04-
YUV165.34158.85158.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=37.08%
G=23.71%
B=39.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081332200.050.4000.14291.7255.4169.22
HexD085DC5280E1243745
Octal32020533455001644467105
Binary110100001000010111011100101101000011101001001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085DC; }

 p { color: rgb(208,133,220); }

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

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

 a { background-color: rgb(208,133,220); }

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

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

 span { border-color: rgb(208,133,220); }

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