Html Css Color HEX #DC79C4 Orchid

📋 copy color: '#DC79C4'

red 220 ◦ green 121 ◦ blue 196

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

Shades of Orchid #DC79C4

Tints of Orchid #DC79C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 40.97%
G = 22.53%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC79C4 (or 0xDC79C4) is known color: Orchid. HEX triplet: DC, 79 and C4. RGB value is (220,121,196). Sum of RGB (Red+Green+Blue) = 220+121+196=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79C4 is #23863B. Grayscale: #9E9E9E. Windows color (decimal): -2328124 or 12876252. OLE color: 12876252.

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

Color convert

RGB 220 121 196 -
CMYK 0 0.45 0.11 0.14
HSL 314.55º 0.59% 0.67% -
HSV(B) 314.55º 0.45% 0.86% -
XYZ 46.32 32.88 56.13 -
YUV 159.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 220 121 196 0 0.45 0.11 0.14 314.55 0.59 0.67
Hex DC 79 C4 0 2D B E 13B 3B 43
Octal 334 171 304 0 55 13 16 473 73 103
Binary 11011100 1111001 11000100 0 101101 1011 1110 100111011 111011 1000011

Color Harmonies of #DC79C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79C4

Black with #DC79C4

Text Example


Text Example

White with #DC79C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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