Html Css Color HEX #DB80C7 Orchid

📋 copy color: '#DB80C7'

red 219 ◦ green 128 ◦ blue 199

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

Shades of Orchid #DB80C7

Tints of Orchid #DB80C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.45%

R = 40.11%
G = 23.44%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB80C7 (or 0xDB80C7) is known color: Orchid. HEX triplet: DB, 80 and C7. RGB value is (219,128,199). Sum of RGB (Red+Green+Blue) = 219+128+199=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C7 is #247F38. Grayscale: #A3A3A3. Windows color (decimal): -2391865 or 13074651. OLE color: 13074651.

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

Color convert

RGB 219 128 199 -
CMYK 0 0.42 0.09 0.14
HSL 313.19º 0.56% 0.68% -
HSV(B) 313.19º 0.42% 0.86% -
XYZ 47.24 34.62 58.23 -
YUV 163.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 219 128 199 0 0.42 0.09 0.14 313.19 0.56 0.68
Hex DB 80 C7 0 2A 9 E 139 38 44
Octal 333 200 307 0 52 11 16 471 70 104
Binary 11011011 10000000 11000111 0 101010 1001 1110 100111001 111000 1000100

Color Harmonies of #DB80C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80C7

Black with #DB80C7

Text Example


Text Example

White with #DB80C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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