Html Css Color HEX #DB80C9 Orchid

📋 copy color: '#DB80C9'

red 219 ◦ green 128 ◦ blue 201

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

Shades of Orchid #DB80C9

Tints of Orchid #DB80C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 39.96%
G = 23.36%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB80C9 (or 0xDB80C9) is known color: Orchid. HEX triplet: DB, 80 and C9. RGB value is (219,128,201). Sum of RGB (Red+Green+Blue) = 219+128+201=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C9 is #247F36. Grayscale: #A3A3A3. Windows color (decimal): -2391863 or 13205723. OLE color: 13205723.

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

Color convert

RGB 219 128 201 -
CMYK 0 0.42 0.08 0.14
HSL 311.87º 0.56% 0.68% -
HSV(B) 311.87º 0.42% 0.86% -
XYZ 47.48 34.72 59.46 -
YUV 163.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 219 128 201 0 0.42 0.08 0.14 311.87 0.56 0.68
Hex DB 80 C9 0 2A 8 E 138 38 44
Octal 333 200 311 0 52 10 16 470 70 104
Binary 11011011 10000000 11001001 0 101010 1000 1110 100111000 111000 1000100

Color Harmonies of #DB80C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80C9

Black with #DB80C9

Text Example


Text Example

White with #DB80C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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