Html Css Color HEX #DB79C7 Orchid

📋 copy color: '#DB79C7'

red 219 ◦ green 121 ◦ blue 199

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

Shades of Orchid #DB79C7

Tints of Orchid #DB79C7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.45%

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

R = 40.63%
G = 22.45%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB79C7 (or 0xDB79C7) is known color: Orchid. HEX triplet: DB, 79 and C7. RGB value is (219,121,199). Sum of RGB (Red+Green+Blue) = 219+121+199=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C7 is #248638. Grayscale: #9E9E9E. Windows color (decimal): -2393657 or 13072859. OLE color: 13072859.

HSL color Cylindrical-coordinate representation of color #DB79C7: hue angle of 312.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79C7 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 199 -
CMYK 0 0.45 0.09 0.14
HSL 312.24º 0.58% 0.67% -
HSV(B) 312.24º 0.45% 0.86% -
XYZ 46.36 32.86 57.93 -
YUV 159.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 219 121 199 0 0.45 0.09 0.14 312.24 0.58 0.67
Hex DB 79 C7 0 2D 9 E 138 3A 43
Octal 333 171 307 0 55 11 16 470 72 103
Binary 11011011 1111001 11000111 0 101101 1001 1110 100111000 111010 1000011

Color Harmonies of #DB79C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79C7

Black with #DB79C7

Text Example


Text Example

White with #DB79C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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