Html Css Color HEX #DB84DC Orchid

📋 copy color: '#DB84DC'

red 219 ◦ green 132 ◦ blue 220

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

Shades of Orchid #DB84DC

Tints of Orchid #DB84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 38.35%
G = 23.12%
B = 38.53%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB84DC (or 0xDB84DC) is known color: Orchid. HEX triplet: DB, 84 and DC. RGB value is (219,132,220). Sum of RGB (Red+Green+Blue) = 219+132+220=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DC is #247B23. Grayscale: #A7A7A7. Windows color (decimal): -2390820 or 14451931. OLE color: 14451931.

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

Color convert

RGB 219 132 220 -
CMYK 0.00 0.40 0 0.14
HSL 299.32º 0.56% 0.69% -
HSV(B) 299.32º 0.4% 0.86% -
XYZ 50.38 36.73 72.14 -
YUV 168.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 219 132 220 0.00 0.40 0 0.14 299.32 0.56 0.69
Hex DB 84 DC 0 28 0 E 12B 38 45
Octal 333 204 334 0 50 0 16 453 70 105
Binary 11011011 10000100 11011100 0 101000 0 1110 100101011 111000 1000101

Color Harmonies of #DB84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84DC

Black with #DB84DC

Text Example


Text Example

White with #DB84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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