#C52FF0

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

Shades of Medium Orchid #C52FF0

Tints of Medium Orchid #C52FF0

Color information

#C52FF0 (or 0xC52FF0) is unknown color: approx Medium Orchid. HEX triplet: C5, 2F and F0. RGB value is (197,47,240). Sum of RGB (Red+Green+Blue) = 197+47+240=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #C52FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FF0 is #3AD00F. Grayscale: #717171. Windows color (decimal): -3854352 or 15740869. OLE color: 15740869.

HSL color Cylindrical-coordinate representation of color #C52FF0: hue angle of 286.63º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52FF0 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19747240-
CMYK0.180.8000.06
HSL286.63º86.55%56.27%-
HSV(B)286.63º80.42%94.12%-
XYZ39.7720.1984.24-
YUV113.85199.2187.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 47 (18.75% from 255) = 9.71%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=40.70%
G=9.71%
B=49.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197472400.180.8000.06286.6386.5556.27
HexC52FF012500611f5738
Octal30557360221200643712770
Binary110001011011111111000010010101000001101000111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52FF0; }

 p { color: rgb(197,47,240); }

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

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

 a { background-color: rgb(197,47,240); }

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

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

 span { border-color: rgb(197,47,240); }

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