Html Css Color HEX #DB79C9 Orchid

📋 copy color: '#DB79C9'

red 219 ◦ green 121 ◦ blue 201

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

Shades of Orchid #DB79C9

Tints of Orchid #DB79C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.15%

R = 40.48%
G = 22.37%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB79C9 (or 0xDB79C9) is known color: Orchid. HEX triplet: DB, 79 and C9. RGB value is (219,121,201). Sum of RGB (Red+Green+Blue) = 219+121+201=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C9 is #248636. Grayscale: #9F9F9F. Windows color (decimal): -2393655 or 13203931. OLE color: 13203931.

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

Color convert

RGB 219 121 201 -
CMYK 0 0.45 0.08 0.14
HSL 311.02º 0.58% 0.67% -
HSV(B) 311.02º 0.45% 0.86% -
XYZ 46.59 32.95 59.16 -
YUV 159.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 219 121 201 0 0.45 0.08 0.14 311.02 0.58 0.67
Hex DB 79 C9 0 2D 8 E 137 3A 43
Octal 333 171 311 0 55 10 16 467 72 103
Binary 11011011 1111001 11001001 0 101101 1000 1110 100110111 111010 1000011

Color Harmonies of #DB79C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79C9

Black with #DB79C9

Text Example


Text Example

White with #DB79C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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