Html Css Color HEX #DB79CF Orchid

📋 copy color: '#DB79CF'

red 219 ◦ green 121 ◦ blue 207

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

Shades of Orchid #DB79CF

Tints of Orchid #DB79CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 40.04%
G = 22.12%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB79CF (or 0xDB79CF) is known color: Orchid. HEX triplet: DB, 79 and CF. RGB value is (219,121,207). Sum of RGB (Red+Green+Blue) = 219+121+207=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79CF is #248630. Grayscale: #9F9F9F. Windows color (decimal): -2393649 or 13597147. OLE color: 13597147.

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

Color convert

RGB 219 121 207 -
CMYK 0 0.45 0.05 0.14
HSL 307.35º 0.58% 0.67% -
HSV(B) 307.35º 0.45% 0.86% -
XYZ 47.31 33.24 62.95 -
YUV 160.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 219 121 207 0 0.45 0.05 0.14 307.35 0.58 0.67
Hex DB 79 CF 0 2D 5 E 133 3A 43
Octal 333 171 317 0 55 5 16 463 72 103
Binary 11011011 1111001 11001111 0 101101 101 1110 100110011 111010 1000011

Color Harmonies of #DB79CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79CF

Black with #DB79CF

Text Example


Text Example

White with #DB79CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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