Html Css Color HEX #DC77C5 Orchid

📋 copy color: '#DC77C5'

red 220 ◦ green 119 ◦ blue 197

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

Shades of Orchid #DC77C5

Tints of Orchid #DC77C5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.2%

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 41.04%
G = 22.2%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC77C5 (or 0xDC77C5) is known color: Orchid. HEX triplet: DC, 77 and C5. RGB value is (220,119,197). Sum of RGB (Red+Green+Blue) = 220+119+197=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C5 is #23883A. Grayscale: #9D9D9D. Windows color (decimal): -2328635 or 12941276. OLE color: 12941276.

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

Color convert

RGB 220 119 197 -
CMYK 0 0.46 0.10 0.14
HSL 313.66º 0.59% 0.66% -
HSV(B) 313.66º 0.46% 0.86% -
XYZ 46.19 32.44 56.65 -
YUV 158.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 220 119 197 0 0.46 0.10 0.14 313.66 0.59 0.66
Hex DC 77 C5 0 2E A E 13A 3B 42
Octal 334 167 305 0 56 12 16 472 73 102
Binary 11011100 1110111 11000101 0 101110 1010 1110 100111010 111011 1000010

Color Harmonies of #DC77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77C5

Black with #DC77C5

Text Example


Text Example

White with #DC77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77C5; }

 p { color: rgb(220,119,197); }

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

background-color css

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

 a { background-color: rgb(220,119,197); }

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

border-color css

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

 span { border-color: rgb(220,119,197); }

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