Html Css Color HEX #DB84DD Orchid

📋 copy color: '#DB84DD'

red 219 ◦ green 132 ◦ blue 221

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

Shades of Orchid #DB84DD

Tints of Orchid #DB84DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 38.29%
G = 23.08%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB84DD (or 0xDB84DD) is known color: Orchid. HEX triplet: DB, 84 and DD. RGB value is (219,132,221). Sum of RGB (Red+Green+Blue) = 219+132+221=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DD is #247B22. Grayscale: #A7A7A7. Windows color (decimal): -2390819 or 14517467. OLE color: 14517467.

HSL color Cylindrical-coordinate representation of color #DB84DD: hue angle of 298.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84DD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 132 221 -
CMYK 0.01 0.40 0 0.13
HSL 298.65º 0.57% 0.69% -
HSV(B) 298.65º 0.4% 0.87% -
XYZ 50.52 36.78 72.84 -
YUV 168.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 219 132 221 0.01 0.40 0 0.13 298.65 0.57 0.69
Hex DB 84 DD 1 28 0 D 12B 39 45
Octal 333 204 335 1 50 0 15 453 71 105
Binary 11011011 10000100 11011101 1 101000 0 1101 100101011 111001 1000101

Color Harmonies of #DB84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84DD

Black with #DB84DD

Text Example


Text Example

White with #DB84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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