#c353f1

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

Shades of Medium Orchid #C353F1

Tints of Medium Orchid #C353F1

Color information

#C353F1 (or 0xC353F1) is unknown color: approx Medium Orchid. HEX triplet: C3, 53 and F1. RGB value is (195,83,241). Sum of RGB (Red+Green+Blue) = 195+83+241=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #C353F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353F1 is #3CAC0E. Grayscale: #858585. Windows color (decimal): -3976207 or 15815619. OLE color: 15815619.

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

Color convert

RGB19583241-
CMYK0.190.6600.05
HSL282.53º84.95%63.53%-
HSV(B)282.53º65.56%94.51%-
XYZ41.4824.1485.69-
YUV134.5188.11171.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 83 (32.81% from 255) = 15.99%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=37.57%
G=15.99%
B=46.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195832410.190.6600.05282.5384.9563.53
HexC353F113420511b5540
Octal3031233612310205433125100
Binary11000011101001111110001100111000010010110001101110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c353f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c353f1; }

 p { color: rgb(195,83,241); }

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

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

 a { background-color: rgb(195,83,241); }

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

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

 span { border-color: rgb(195,83,241); }

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