#D085DB

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

Shades of Orchid #D085DB

Tints of Orchid #D085DB

Color information

#D085DB (or 0xD085DB) is unknown color: approx Orchid. HEX triplet: D0, 85 and DB. RGB value is (208,133,219). Sum of RGB (Red+Green+Blue) = 208+133+219=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D085DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DB is #2F7A24. Grayscale: #A4A4A4. Windows color (decimal): -3111461 or 14386640. OLE color: 14386640.

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

Color convert

RGB208133219-
CMYK0.050.3900.14
HSL292.33º54.43%69.02%-
HSV(B)292.33º39.27%85.88%-
XYZ47.1935.371.34-
YUV165.23158.35158.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=37.14%
G=23.75%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081332190.050.3900.14292.3354.4369.02
HexD085DB5270E1243645
Octal32020533354701644466105
Binary110100001000010111011011101100111011101001001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085DB; }

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

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

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

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

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

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

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

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