Html Css Color HEX #DB85DB Orchid

📋 copy color: '#DB85DB'

red 219 ◦ green 133 ◦ blue 219

#DB85DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB85DB

Tints of Orchid #DB85DB

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 value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB85DB (or 0xDB85DB) is known color: 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

RGB 219 133 219 -
CMYK 0 0.39 0 0.14
HSL 300º 0.54% 0.69% -
HSV(B) 300º 0.39% 0.86% -
XYZ 50.39 36.95 71.49 -
YUV 168.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 219 133 219 0 0.39 0 0.14 300 0.54 0.69
Hex DB 85 DB 0 27 0 E 12C 36 45
Octal 333 205 333 0 47 0 16 454 66 105
Binary 11011011 10000101 11011011 0 100111 0 1110 100101100 110110 1000101

Color Harmonies of #DB85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85DB

Black with #DB85DB

Text Example


Text Example

White with #DB85DB

Text Example


Text Example

HTML Codes & Css Web 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>