#C559CF

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

Shades of Medium Orchid #C559CF

Tints of Medium Orchid #C559CF

Color information

#C559CF (or 0xC559CF) is unknown color: approx Medium Orchid. HEX triplet: C5, 59 and CF. RGB value is (197,89,207). Sum of RGB (Red+Green+Blue) = 197+89+207=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C559CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559CF is #3AA630. Grayscale: #868686. Windows color (decimal): -3843633 or 13588933. OLE color: 13588933.

HSL color Cylindrical-coordinate representation of color #C559CF: hue angle of 294.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C559CF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19789207-
CMYK0.050.5700.19
HSL294.92º55.14%58.04%-
HSV(B)294.92º57%81.18%-
XYZ37.8623.5261.58-
YUV134.74168.78172.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=39.96%
G=18.05%
B=41.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197892070.050.5700.19294.9255.1458.04
HexC559CF539013127373a
Octal3051313175710234476772
Binary11000101101100111001111101111001010011100100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C559CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C559CF; }

 p { color: rgb(197,89,207); }

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

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

 a { background-color: rgb(197,89,207); }

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

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

 span { border-color: rgb(197,89,207); }

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