#C353F6

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

Shades of Medium Orchid #C353F6

Tints of Medium Orchid #C353F6

Color information

#C353F6 (or 0xC353F6) is unknown color: approx Medium Orchid. HEX triplet: C3, 53 and F6. RGB value is (195,83,246). Sum of RGB (Red+Green+Blue) = 195+83+246=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #C353F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353F6 is #3CAC09. Grayscale: #868686. Windows color (decimal): -3976202 or 16143299. OLE color: 16143299.

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

Color convert

RGB19583246-
CMYK0.210.6600.04
HSL281.23º90.06%64.51%-
HSV(B)281.23º66.26%96.47%-
XYZ42.2324.4489.68-
YUV135.07190.61170.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 83 (32.81% from 255) = 15.84%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=37.21%
G=15.84%
B=46.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195832460.210.6600.04281.2390.0664.51
HexC353F61542041195a41
Octal3031233662510204431132101
Binary11000011101001111110110101011000010010010001100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C353F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C353F6; }

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

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

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

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

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

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

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

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