Html Css Color HEX #DC79DB Orchid

📋 copy color: '#DC79DB'

red 220 ◦ green 121 ◦ blue 219

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

Shades of Orchid #DC79DB

Tints of Orchid #DC79DB

RGB

 RED value IS 220 (86.33% from 255) = 39.29%

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

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

R = 39.29%
G = 21.61%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC79DB (or 0xDC79DB) is known color: Orchid. HEX triplet: DC, 79 and DB. RGB value is (220,121,219). Sum of RGB (Red+Green+Blue) = 220+121+219=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79DB is #238624. Grayscale: #A1A1A1. Windows color (decimal): -2328101 or 14383580. OLE color: 14383580.

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

Color convert

RGB 220 121 219 -
CMYK 0 0.45 0.00 0.14
HSL 300.61º 0.59% 0.67% -
HSV(B) 300.61º 0.45% 0.86% -
XYZ 49.14 34 70.99 -
YUV 161.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 220 121 219 0 0.45 0.00 0.14 300.61 0.59 0.67
Hex DC 79 DB 0 2D 0 E 12D 3B 43
Octal 334 171 333 0 55 0 16 455 73 103
Binary 11011100 1111001 11011011 0 101101 0 1110 100101101 111011 1000011

Color Harmonies of #DC79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79DB

Black with #DC79DB

Text Example


Text Example

White with #DC79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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