Html Css Color HEX #DA80DB Orchid

📋 copy color: '#DA80DB'

red 218 ◦ green 128 ◦ blue 219

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

Shades of Orchid #DA80DB

Tints of Orchid #DA80DB

RGB

 RED value IS 218 (85.55% from 255) = 38.58%

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

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

R = 38.58%
G = 22.65%
B = 38.76%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA80DB (or 0xDA80DB) is known color: Orchid. HEX triplet: DA, 80 and DB. RGB value is (218,128,219). Sum of RGB (Red+Green+Blue) = 218+128+219=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DB is #257F24. Grayscale: #A5A5A5. Windows color (decimal): -2457381 or 14385370. OLE color: 14385370.

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

Color convert

RGB 218 128 219 -
CMYK 0.00 0.42 0 0.14
HSL 299.34º 0.56% 0.68% -
HSV(B) 299.34º 0.42% 0.86% -
XYZ 49.42 35.46 71.26 -
YUV 165.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 218 128 219 0.00 0.42 0 0.14 299.34 0.56 0.68
Hex DA 80 DB 0 2A 0 E 12B 38 44
Octal 332 200 333 0 52 0 16 453 70 104
Binary 11011010 10000000 11011011 0 101010 0 1110 100101011 111000 1000100

Color Harmonies of #DA80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80DB

Black with #DA80DB

Text Example


Text Example

White with #DA80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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