#C560CE

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

Shades of Medium Orchid #C560CE

Tints of Medium Orchid #C560CE

Color information

#C560CE (or 0xC560CE) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and CE. RGB value is (197,96,206). Sum of RGB (Red+Green+Blue) = 197+96+206=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C560CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560CE is #3A9F31. Grayscale: #8A8A8A. Windows color (decimal): -3841842 or 13525189. OLE color: 13525189.

HSL color Cylindrical-coordinate representation of color #C560CE: hue angle of 295.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C560CE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19796206-
CMYK0.040.5300.19
HSL295.09º52.88%59.22%-
HSV(B)295.09º53.4%80.78%-
XYZ38.3524.6961.14-
YUV138.74165.96169.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 96 (37.89% from 255) = 19.24%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=39.48%
G=19.24%
B=41.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197962060.040.5300.19295.0952.8859.22
HexC560CE435013127353b
Octal3051403164650234476573
Binary11000101110000011001110100110101010011100100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560CE; }

 p { color: rgb(197,96,206); }

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

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

 a { background-color: rgb(197,96,206); }

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

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

 span { border-color: rgb(197,96,206); }

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