Html Css Color HEX #DB79CC Orchid

📋 copy color: '#DB79CC'

red 219 ◦ green 121 ◦ blue 204

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

Shades of Orchid #DB79CC

Tints of Orchid #DB79CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 40.26%
G = 22.24%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB79CC (or 0xDB79CC) is known color: Orchid. HEX triplet: DB, 79 and CC. RGB value is (219,121,204). Sum of RGB (Red+Green+Blue) = 219+121+204=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79CC is #248633. Grayscale: #9F9F9F. Windows color (decimal): -2393652 or 13400539. OLE color: 13400539.

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

Color convert

RGB 219 121 204 -
CMYK 0 0.45 0.07 0.14
HSL 309.18º 0.58% 0.67% -
HSV(B) 309.18º 0.45% 0.86% -
XYZ 46.95 33.09 61.04 -
YUV 159.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 219 121 204 0 0.45 0.07 0.14 309.18 0.58 0.67
Hex DB 79 CC 0 2D 7 E 135 3A 43
Octal 333 171 314 0 55 7 16 465 72 103
Binary 11011011 1111001 11001100 0 101101 111 1110 100110101 111010 1000011

Color Harmonies of #DB79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79CC

Black with #DB79CC

Text Example


Text Example

White with #DB79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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