Html Css Color HEX #DC76C9 Orchid

📋 copy color: '#DC76C9'

red 220 ◦ green 118 ◦ blue 201

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

Shades of Orchid #DC76C9

Tints of Orchid #DC76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 40.82%
G = 21.89%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC76C9 (or 0xDC76C9) is known color: Orchid. HEX triplet: DC, 76 and C9. RGB value is (220,118,201). Sum of RGB (Red+Green+Blue) = 220+118+201=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C9 is #238936. Grayscale: #9D9D9D. Windows color (decimal): -2328887 or 13203164. OLE color: 13203164.

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

Color convert

RGB 220 118 201 -
CMYK 0 0.46 0.09 0.14
HSL 311.18º 0.59% 0.66% -
HSV(B) 311.18º 0.46% 0.86% -
XYZ 46.54 32.39 59.06 -
YUV 157.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 220 118 201 0 0.46 0.09 0.14 311.18 0.59 0.66
Hex DC 76 C9 0 2E 9 E 137 3B 42
Octal 334 166 311 0 56 11 16 467 73 102
Binary 11011100 1110110 11001001 0 101110 1001 1110 100110111 111011 1000010

Color Harmonies of #DC76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76C9

Black with #DC76C9

Text Example


Text Example

White with #DC76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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