#D085DD

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

Shades of Orchid #D085DD

Tints of Orchid #D085DD

Color information

#D085DD (or 0xD085DD) is unknown color: approx Orchid. HEX triplet: D0, 85 and DD. RGB value is (208,133,221). Sum of RGB (Red+Green+Blue) = 208+133+221=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D085DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DD is #2F7A22. Grayscale: #A5A5A5. Windows color (decimal): -3111459 or 14517712. OLE color: 14517712.

HSL color Cylindrical-coordinate representation of color #D085DD: hue angle of 291.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D085DD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208133221-
CMYK0.060.4000.13
HSL291.14º56.41%69.41%-
HSV(B)291.14º39.82%86.67%-
XYZ47.4535.4172.74-
YUV165.46159.35158.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=37.01%
G=23.67%
B=39.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081332210.060.4000.13291.1456.4169.41
HexD085DD6280D1233845
Octal32020533565001544370105
Binary110100001000010111011101110101000011011001000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085DD; }

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

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

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

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

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

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

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

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