Html Css Color HEX #DC76C6 Orchid

📋 copy color: '#DC76C6'

red 220 ◦ green 118 ◦ blue 198

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

Shades of Orchid #DC76C6

Tints of Orchid #DC76C6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.01%

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 41.04%
G = 22.01%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC76C6 (or 0xDC76C6) is known color: Orchid. HEX triplet: DC, 76 and C6. RGB value is (220,118,198). Sum of RGB (Red+Green+Blue) = 220+118+198=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C6 is #238939. Grayscale: #9D9D9D. Windows color (decimal): -2328890 or 13006556. OLE color: 13006556.

HSL color Cylindrical-coordinate representation of color #DC76C6: hue angle of 312.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76C6 is Cyan = 0, Magento = 0.46, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 198 -
CMYK 0 0.46 0.1 0.14
HSL 312.94º 0.59% 0.66% -
HSV(B) 312.94º 0.46% 0.86% -
XYZ 46.19 32.25 57.22 -
YUV 157.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 220 118 198 0 0.46 0.1 0.14 312.94 0.59 0.66
Hex DC 76 C6 0 2E A E 139 3B 42
Octal 334 166 306 0 56 12 16 471 73 102
Binary 11011100 1110110 11000110 0 101110 1010 1110 100111001 111011 1000010

Color Harmonies of #DC76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76C6

Black with #DC76C6

Text Example


Text Example

White with #DC76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76C6; }

 p { color: rgb(220,118,198); }

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

background-color css

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

 a { background-color: rgb(220,118,198); }

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

border-color css

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

 span { border-color: rgb(220,118,198); }

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