Html Css Color HEX #DB80DD Orchid

📋 copy color: '#DB80DD'

red 219 ◦ green 128 ◦ blue 221

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

Shades of Orchid #DB80DD

Tints of Orchid #DB80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.54%

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

R = 38.56%
G = 22.54%
B = 38.91%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB80DD (or 0xDB80DD) is known color: Orchid. HEX triplet: DB, 80 and DD. RGB value is (219,128,221). Sum of RGB (Red+Green+Blue) = 219+128+221=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80DD is #247F22. Grayscale: #A5A5A5. Windows color (decimal): -2391843 or 14516443. OLE color: 14516443.

HSL color Cylindrical-coordinate representation of color #DB80DD: hue angle of 298.71º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80DD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 128 221 -
CMYK 0.01 0.42 0 0.13
HSL 298.71º 0.58% 0.68% -
HSV(B) 298.71º 0.42% 0.87% -
XYZ 49.98 35.72 72.67 -
YUV 165.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 219 128 221 0.01 0.42 0 0.13 298.71 0.58 0.68
Hex DB 80 DD 1 2A 0 D 12B 3A 44
Octal 333 200 335 1 52 0 15 453 72 104
Binary 11011011 10000000 11011101 1 101010 0 1101 100101011 111010 1000100

Color Harmonies of #DB80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80DD

Black with #DB80DD

Text Example


Text Example

White with #DB80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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