#C535F4

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

Shades of Medium Orchid #C535F4

Tints of Medium Orchid #C535F4

Color information

#C535F4 (or 0xC535F4) is unknown color: approx Medium Orchid. HEX triplet: C5, 35 and F4. RGB value is (197,53,244). Sum of RGB (Red+Green+Blue) = 197+53+244=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #C535F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C535F4 is #3ACA0B. Grayscale: #757575. Windows color (decimal): -3852812 or 16004549. OLE color: 16004549.

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

Color convert

RGB19753244-
CMYK0.190.7800.04
HSL285.24º89.67%58.24%-
HSV(B)285.24º78.28%95.69%-
XYZ40.6320.9587.49-
YUV117.83199.21184.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 53 (21.09% from 255) = 10.73%
BLUE value IS 244 (95.70% from 255) = 49.39%
R=39.88%
G=10.73%
B=49.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197532440.190.7800.04285.2489.6758.24
HexC535F4134E0411d5a3a
Octal30565364231160443513272
Binary110001011101011111010010011100111001001000111011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535F4; }

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

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

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

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

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

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

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

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