#C562E1

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

Shades of Medium Orchid #C562E1

Tints of Medium Orchid #C562E1

Color information

#C562E1 (or 0xC562E1) is unknown color: approx Medium Orchid. HEX triplet: C5, 62 and E1. RGB value is (197,98,225). Sum of RGB (Red+Green+Blue) = 197+98+225=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #C562E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562E1 is #3A9D1E. Grayscale: #8D8D8D. Windows color (decimal): -3841311 or 14770885. OLE color: 14770885.

HSL color Cylindrical-coordinate representation of color #C562E1: hue angle of 286.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C562E1 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19798225-
CMYK0.120.5600.12
HSL286.77º67.91%63.33%-
HSV(B)286.77º56.44%88.24%-
XYZ40.9826.0474.1-
YUV142.08174.8167.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 98 (38.67% from 255) = 18.85%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=37.88%
G=18.85%
B=43.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197982250.120.5600.12286.7767.9163.33
HexC562E1C380C11f443f
Octal305142341147001443710477
Binary110001011100010111000011100111000011001000111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562E1; }

 p { color: rgb(197,98,225); }

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

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

 a { background-color: rgb(197,98,225); }

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

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

 span { border-color: rgb(197,98,225); }

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