Html Css Color HEX #DB79DB Orchid

📋 copy color: '#DB79DB'

red 219 ◦ green 121 ◦ blue 219

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

Shades of Orchid #DB79DB

Tints of Orchid #DB79DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 39.18%
G = 21.65%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB79DB (or 0xDB79DB) is known color: Orchid. HEX triplet: DB, 79 and DB. RGB value is (219,121,219). Sum of RGB (Red+Green+Blue) = 219+121+219=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79DB is #248624. Grayscale: #A1A1A1. Windows color (decimal): -2393637 or 14383579. OLE color: 14383579.

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

Color convert

RGB 219 121 219 -
CMYK 0 0.45 0 0.14
HSL 300º 0.58% 0.67% -
HSV(B) 300º 0.45% 0.86% -
XYZ 48.84 33.85 70.98 -
YUV 161.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 219 121 219 0 0.45 0 0.14 300 0.58 0.67
Hex DB 79 DB 0 2D 0 E 12C 3A 43
Octal 333 171 333 0 55 0 16 454 72 103
Binary 11011011 1111001 11011011 0 101101 0 1110 100101100 111010 1000011

Color Harmonies of #DB79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79DB

Black with #DB79DB

Text Example


Text Example

White with #DB79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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