#C535F3

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

Shades of Medium Orchid #C535F3

Tints of Medium Orchid #C535F3

Color information

#C535F3 (or 0xC535F3) is unknown color: approx Medium Orchid. HEX triplet: C5, 35 and F3. RGB value is (197,53,243). Sum of RGB (Red+Green+Blue) = 197+53+243=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #C535F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535F3 is #3ACA0C. Grayscale: #757575. Windows color (decimal): -3852813 or 15939013. OLE color: 15939013.

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

Color convert

RGB19753243-
CMYK0.190.7800.05
HSL285.47º88.79%58.04%-
HSV(B)285.47º78.19%95.29%-
XYZ40.4820.8986.69-
YUV117.72198.71184.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 53 (21.09% from 255) = 10.75%
BLUE value IS 243 (95.31% from 255) = 49.29%
R=39.96%
G=10.75%
B=49.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197532430.190.7800.05285.4788.7958.04
HexC535F3134E0511d593a
Octal30565363231160543513172
Binary110001011101011111001110011100111001011000111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535F3; }

 p { color: rgb(197,53,243); }

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

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

 a { background-color: rgb(197,53,243); }

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

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

 span { border-color: rgb(197,53,243); }

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