#DB85DB

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

Shades of Orchid #DB85DB

Tints of Orchid #DB85DB

Color information

#DB85DB (or 0xDB85DB) is unknown color: approx Orchid. HEX triplet: DB, 85 and DB. RGB value is (219,133,219). Sum of RGB (Red+Green+Blue) = 219+133+219=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85DB is #247A24. Grayscale: #A8A8A8. Windows color (decimal): -2390565 or 14386651. OLE color: 14386651.

HSL color Cylindrical-coordinate representation of color #DB85DB: hue angle of 300º 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 #DB85DB is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219133219-
CMYK00.3900.14
HSL300º54.43%69.02%-
HSV(B)300º39.27%85.88%-
XYZ50.3936.9571.49-
YUV168.52156.49164.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=38.35%
G=23.29%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913321900.3900.1430054.4369.02
HexDB85DB0270E12c3645
Octal33320533304701645466105
Binary1101101110000101110110110100111011101001011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85DB; }

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

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

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

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

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

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

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

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