#C350F1

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

Shades of Medium Orchid #C350F1

Tints of Medium Orchid #C350F1

Color information

#C350F1 (or 0xC350F1) is unknown color: approx Medium Orchid. HEX triplet: C3, 50 and F1. RGB value is (195,80,241). Sum of RGB (Red+Green+Blue) = 195+80+241=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #C350F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350F1 is #3CAF0E. Grayscale: #848484. Windows color (decimal): -3976975 or 15814851. OLE color: 15814851.

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

Color convert

RGB19580241-
CMYK0.190.6700.05
HSL282.86º85.19%62.94%-
HSV(B)282.86º66.8%94.51%-
XYZ41.2523.6985.62-
YUV132.74189.1172.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 80 (31.64% from 255) = 15.50%
BLUE value IS 241 (94.53% from 255) = 46.71%
R=37.79%
G=15.50%
B=46.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195802410.190.6700.05282.8685.1962.94
HexC350F113430511b553f
Octal303120361231030543312577
Binary1100001110100001111000110011100001101011000110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350F1; }

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

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

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

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

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

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

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

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