Html Css Color HEX #DC79CC Orchid

📋 copy color: '#DC79CC'

red 220 ◦ green 121 ◦ blue 204

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

Shades of Orchid #DC79CC

Tints of Orchid #DC79CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 40.37%
G = 22.2%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC79CC (or 0xDC79CC) is known color: Orchid. HEX triplet: DC, 79 and CC. RGB value is (220,121,204). Sum of RGB (Red+Green+Blue) = 220+121+204=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79CC is #238633. Grayscale: #9F9F9F. Windows color (decimal): -2328116 or 13400540. OLE color: 13400540.

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

Color convert

RGB 220 121 204 -
CMYK 0 0.45 0.07 0.14
HSL 309.7º 0.59% 0.67% -
HSV(B) 309.7º 0.45% 0.86% -
XYZ 47.25 33.25 61.05 -
YUV 160.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 220 121 204 0 0.45 0.07 0.14 309.7 0.59 0.67
Hex DC 79 CC 0 2D 7 E 136 3B 43
Octal 334 171 314 0 55 7 16 466 73 103
Binary 11011100 1111001 11001100 0 101101 111 1110 100110110 111011 1000011

Color Harmonies of #DC79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79CC

Black with #DC79CC

Text Example


Text Example

White with #DC79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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