#C537DF

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

Shades of Medium Orchid #C537DF

Tints of Medium Orchid #C537DF

Color information

#C537DF (or 0xC537DF) is unknown color: approx Medium Orchid. HEX triplet: C5, 37 and DF. RGB value is (197,55,223). Sum of RGB (Red+Green+Blue) = 197+55+223=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #C537DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537DF is #3AC820. Grayscale: #747474. Windows color (decimal): -3852321 or 14628805. OLE color: 14628805.

HSL color Cylindrical-coordinate representation of color #C537DF: hue angle of 290.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C537DF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19755223-
CMYK0.120.7500.13
HSL290.71º72.41%54.51%-
HSV(B)290.71º75.34%87.45%-
XYZ37.7119.9371.67-
YUV116.61188.04185.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 55 (21.88% from 255) = 11.58%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=41.47%
G=11.58%
B=46.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197552230.120.7500.13290.7172.4154.51
HexC537DFC4B0D1234837
Octal305673371411301544311067
Binary110001011101111101111111001001011011011001000111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C537DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C537DF; }

 p { color: rgb(197,55,223); }

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

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

 a { background-color: rgb(197,55,223); }

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

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

 span { border-color: rgb(197,55,223); }

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