Html Css Color HEX #DB80C4 Orchid

📋 copy color: '#DB80C4'

red 219 ◦ green 128 ◦ blue 196

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

Shades of Orchid #DB80C4

Tints of Orchid #DB80C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.1%

R = 40.33%
G = 23.57%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB80C4 (or 0xDB80C4) is known color: Orchid. HEX triplet: DB, 80 and C4. RGB value is (219,128,196). Sum of RGB (Red+Green+Blue) = 219+128+196=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C4 is #247F3B. Grayscale: #A2A2A2. Windows color (decimal): -2391868 or 12878043. OLE color: 12878043.

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

Color convert

RGB 219 128 196 -
CMYK 0 0.42 0.11 0.14
HSL 315.16º 0.56% 0.68% -
HSV(B) 315.16º 0.42% 0.86% -
XYZ 46.9 34.48 56.41 -
YUV 162.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 219 128 196 0 0.42 0.11 0.14 315.16 0.56 0.68
Hex DB 80 C4 0 2A B E 13B 38 44
Octal 333 200 304 0 52 13 16 473 70 104
Binary 11011011 10000000 11000100 0 101010 1011 1110 100111011 111000 1000100

Color Harmonies of #DB80C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80C4

Black with #DB80C4

Text Example


Text Example

White with #DB80C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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