Html Css Color HEX #DC79CE Orchid

📋 copy color: '#DC79CE'

red 220 ◦ green 121 ◦ blue 206

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

Shades of Orchid #DC79CE

Tints of Orchid #DC79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 40.22%
G = 22.12%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC79CE (or 0xDC79CE) is known color: Orchid. HEX triplet: DC, 79 and CE. RGB value is (220,121,206). Sum of RGB (Red+Green+Blue) = 220+121+206=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79CE is #238631. Grayscale: #A0A0A0. Windows color (decimal): -2328114 or 13531612. OLE color: 13531612.

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

Color convert

RGB 220 121 206 -
CMYK 0 0.45 0.06 0.14
HSL 308.48º 0.59% 0.67% -
HSV(B) 308.48º 0.45% 0.86% -
XYZ 47.49 33.35 62.33 -
YUV 160.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 220 121 206 0 0.45 0.06 0.14 308.48 0.59 0.67
Hex DC 79 CE 0 2D 6 E 134 3B 43
Octal 334 171 316 0 55 6 16 464 73 103
Binary 11011100 1111001 11001110 0 101101 110 1110 100110100 111011 1000011

Color Harmonies of #DC79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79CE

Black with #DC79CE

Text Example


Text Example

White with #DC79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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