#C53FD9

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

Shades of Medium Orchid #C53FD9

Tints of Medium Orchid #C53FD9

Color information

#C53FD9 (or 0xC53FD9) is unknown color: approx Medium Orchid. HEX triplet: C5, 3F and D9. RGB value is (197,63,217). Sum of RGB (Red+Green+Blue) = 197+63+217=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #C53FD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FD9 is #3AC026. Grayscale: #787878. Windows color (decimal): -3850279 or 14237637. OLE color: 14237637.

HSL color Cylindrical-coordinate representation of color #C53FD9: hue angle of 292.21º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53FD9 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19763217-
CMYK0.090.7100.15
HSL292.21º66.96%54.9%-
HSV(B)292.21º70.97%85.1%-
XYZ37.3320.4467.62-
YUV120.62182.39182.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 63 (25% from 255) = 13.21%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=41.30%
G=13.21%
B=45.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197632170.090.7100.15292.2166.9654.9
HexC53FD99470F1244337
Octal305773311110701744410367
Binary110001011111111101100110011000111011111001001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53FD9; }

 p { color: rgb(197,63,217); }

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

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

 a { background-color: rgb(197,63,217); }

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

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

 span { border-color: rgb(197,63,217); }

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