#C560E7

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

Shades of Medium Orchid #C560E7

Tints of Medium Orchid #C560E7

Color information

#C560E7 (or 0xC560E7) is unknown color: approx Medium Orchid. HEX triplet: C5, 60 and E7. RGB value is (197,96,231). Sum of RGB (Red+Green+Blue) = 197+96+231=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C560E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560E7 is #3A9F18. Grayscale: #8D8D8D. Windows color (decimal): -3841817 or 15163589. OLE color: 15163589.

HSL color Cylindrical-coordinate representation of color #C560E7: hue angle of 284.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C560E7 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19796231-
CMYK0.150.5800.09
HSL284.89º73.77%64.12%-
HSV(B)284.89º58.44%90.59%-
XYZ41.6326.0178.43-
YUV141.59178.46167.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=37.60%
G=18.32%
B=44.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197962310.150.5800.09284.8973.7764.12
HexC560E7F3A0911d4a40
Octal3051403471772011435112100
Binary1100010111000001110011111111110100100110001110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560E7; }

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

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

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

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

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

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

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

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