Html Css Color HEX #C556DC Medium Orchid

📋 copy color: '#C556DC'

red 197 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #C556DC

Tints of Medium Orchid #C556DC

RGB

 RED value IS 197 (77.34% from 255) = 39.17%

 GREEN value IS 86 (33.98% from 255) = 17.1%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 39.17%
G = 17.1%
B = 43.74%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C556DC (or 0xC556DC) is known color: Medium Orchid. HEX triplet: C5, 56 and DC. RGB value is (197,86,220). Sum of RGB (Red+Green+Blue) = 197+86+220=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C556DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556DC is #3AA923. Grayscale: #868686. Windows color (decimal): -3844388 or 14440133. OLE color: 14440133.

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

Color convert

RGB 197 86 220 -
CMYK 0.10 0.61 0 0.14
HSL 289.7º 0.66% 0.6% -
HSV(B) 289.7º 0.61% 0.86% -
XYZ 39.27 23.69 70.21 -
YUV 134.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 197 86 220 0.10 0.61 0 0.14 289.7 0.66 0.6
Hex C5 56 DC A 3D 0 E 122 42 3C
Octal 305 126 334 12 75 0 16 442 102 74
Binary 11000101 1010110 11011100 1010 111101 0 1110 100100010 1000010 111100

Color Harmonies of #C556DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556DC

Black with #C556DC

Text Example


Text Example

White with #C556DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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