Html Css Color HEX #DC76C2 Orchid

📋 copy color: '#DC76C2'

red 220 ◦ green 118 ◦ blue 194

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

Shades of Orchid #DC76C2

Tints of Orchid #DC76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 41.35%
G = 22.18%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC76C2 (or 0xDC76C2) is known color: Orchid. HEX triplet: DC, 76 and C2. RGB value is (220,118,194). Sum of RGB (Red+Green+Blue) = 220+118+194=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C2 is #23893D. Grayscale: #9C9C9C. Windows color (decimal): -2328894 or 12744412. OLE color: 12744412.

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

Color convert

RGB 220 118 194 -
CMYK 0 0.46 0.12 0.14
HSL 315.29º 0.59% 0.66% -
HSV(B) 315.29º 0.46% 0.86% -
XYZ 45.73 32.07 54.82 -
YUV 157.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 220 118 194 0 0.46 0.12 0.14 315.29 0.59 0.66
Hex DC 76 C2 0 2E C E 13B 3B 42
Octal 334 166 302 0 56 14 16 473 73 102
Binary 11011100 1110110 11000010 0 101110 1100 1110 100111011 111011 1000010

Color Harmonies of #DC76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76C2

Black with #DC76C2

Text Example


Text Example

White with #DC76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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