Html Css Color HEX #DB79C8 Orchid

📋 copy color: '#DB79C8'

red 219 ◦ green 121 ◦ blue 200

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

Shades of Orchid #DB79C8

Tints of Orchid #DB79C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 40.56%
G = 22.41%
B = 37.04%

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

#DB79C8 (or 0xDB79C8) is known color: Orchid. HEX triplet: DB, 79 and C8. RGB value is (219,121,200). Sum of RGB (Red+Green+Blue) = 219+121+200=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C8 is #248637. Grayscale: #9F9F9F. Windows color (decimal): -2393656 or 13138395. OLE color: 13138395.

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

Color convert

RGB 219 121 200 -
CMYK 0 0.45 0.09 0.14
HSL 311.63º 0.58% 0.67% -
HSV(B) 311.63º 0.45% 0.86% -
XYZ 46.48 32.9 58.55 -
YUV 159.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 219 121 200 0 0.45 0.09 0.14 311.63 0.58 0.67
Hex DB 79 C8 0 2D 9 E 138 3A 43
Octal 333 171 310 0 55 11 16 470 72 103
Binary 11011011 1111001 11001000 0 101101 1001 1110 100111000 111010 1000011

Color Harmonies of #DB79C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79C8

Black with #DB79C8

Text Example


Text Example

White with #DB79C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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