Html Css Color HEX #DC79D4 Orchid

📋 copy color: '#DC79D4'

red 220 ◦ green 121 ◦ blue 212

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

Shades of Orchid #DC79D4

Tints of Orchid #DC79D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.34%

R = 39.78%
G = 21.88%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC79D4 (or 0xDC79D4) is known color: Orchid. HEX triplet: DC, 79 and D4. RGB value is (220,121,212). Sum of RGB (Red+Green+Blue) = 220+121+212=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79D4 is #23862B. Grayscale: #A0A0A0. Windows color (decimal): -2328108 or 13924828. OLE color: 13924828.

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

Color convert

RGB 220 121 212 -
CMYK 0 0.45 0.04 0.14
HSL 304.85º 0.59% 0.67% -
HSV(B) 304.85º 0.45% 0.86% -
XYZ 48.24 33.64 66.24 -
YUV 160.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 220 121 212 0 0.45 0.04 0.14 304.85 0.59 0.67
Hex DC 79 D4 0 2D 4 E 131 3B 43
Octal 334 171 324 0 55 4 16 461 73 103
Binary 11011100 1111001 11010100 0 101101 100 1110 100110001 111011 1000011

Color Harmonies of #DC79D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79D4

Black with #DC79D4

Text Example


Text Example

White with #DC79D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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