Html Css Color HEX #DB80DB Orchid

📋 copy color: '#DB80DB'

red 219 ◦ green 128 ◦ blue 219

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

Shades of Orchid #DB80DB

Tints of Orchid #DB80DB

RGB

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

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

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

R = 38.69%
G = 22.61%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB80DB (or 0xDB80DB) is known color: Orchid. HEX triplet: DB, 80 and DB. RGB value is (219,128,219). Sum of RGB (Red+Green+Blue) = 219+128+219=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80DB is #247F24. Grayscale: #A5A5A5. Windows color (decimal): -2391845 or 14385371. OLE color: 14385371.

HSL color Cylindrical-coordinate representation of color #DB80DB: hue angle of 300º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80DB is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 219 -
CMYK 0 0.42 0 0.14
HSL 300º 0.56% 0.68% -
HSV(B) 300º 0.42% 0.86% -
XYZ 49.72 35.61 71.27 -
YUV 165.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 219 128 219 0 0.42 0 0.14 300 0.56 0.68
Hex DB 80 DB 0 2A 0 E 12C 38 44
Octal 333 200 333 0 52 0 16 454 70 104
Binary 11011011 10000000 11011011 0 101010 0 1110 100101100 111000 1000100

Color Harmonies of #DB80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80DB

Black with #DB80DB

Text Example


Text Example

White with #DB80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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