Html Css Color HEX #DB84DB Orchid

📋 copy color: '#DB84DB'

red 219 ◦ green 132 ◦ blue 219

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

Shades of Orchid #DB84DB

Tints of Orchid #DB84DB

RGB

 RED value IS 219 (85.94% from 255) = 38.42%

 GREEN value IS 132 (51.95% from 255) = 23.16%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 38.42%
G = 23.16%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB84DB (or 0xDB84DB) is known color: Orchid. HEX triplet: DB, 84 and DB. RGB value is (219,132,219). Sum of RGB (Red+Green+Blue) = 219+132+219=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DB is #247B24. Grayscale: #A7A7A7. Windows color (decimal): -2390821 or 14386395. OLE color: 14386395.

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

Color convert

RGB 219 132 219 -
CMYK 0 0.40 0 0.14
HSL 300º 0.55% 0.69% -
HSV(B) 300º 0.4% 0.86% -
XYZ 50.25 36.68 71.45 -
YUV 167.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 219 132 219 0 0.40 0 0.14 300 0.55 0.69
Hex DB 84 DB 0 28 0 E 12C 37 45
Octal 333 204 333 0 50 0 16 454 67 105
Binary 11011011 10000100 11011011 0 101000 0 1110 100101100 110111 1000101

Color Harmonies of #DB84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84DB

Black with #DB84DB

Text Example


Text Example

White with #DB84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84DB; }

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

 H1.HeaderClassName
 {
   color: #DB84DB;
 }
 .AnyTagClassName
 {
   color: #DB84DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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