#c556f3

Color #C556F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C556F3

Tints of Medium Orchid #C556F3

Color information

#C556F3 (or 0xC556F3) is unknown color: approx Medium Orchid. HEX triplet: C5, 56 and F3. RGB value is (197,86,243). Sum of RGB (Red+Green+Blue) = 197+86+243=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #C556F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C556F3 is #3AA90C. Grayscale: #888888. Windows color (decimal): -3844365 or 15947461. OLE color: 15947461.

HSL color Cylindrical-coordinate representation of color #C556F3: hue angle of 282.42º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C556F3 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19786243-
CMYK0.190.6500.05
HSL282.42º86.74%64.51%-
HSV(B)282.42º64.61%95.29%-
XYZ42.532587.38-
YUV137.09187.77170.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 86 (33.98% from 255) = 16.35%
BLUE value IS 243 (95.31% from 255) = 46.20%
R=37.45%
G=16.35%
B=46.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197862430.190.6500.05282.4286.7464.51
HexC556F313410511a5741
Octal3051263632310105432127101
Binary11000101101011011110011100111000001010110001101010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c556f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c556f3; }

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

 H1.HeaderClassName
 {
   color: #c556f3;
 }
 .AnyTagClassName
 {
   color: #c556f3;
 }
</style>
background-color css

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

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

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

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

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

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