#C352FB

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

Shades of Medium Orchid #C352FB

Tints of Medium Orchid #C352FB

Color information

#C352FB (or 0xC352FB) is unknown color: approx Medium Orchid. HEX triplet: C3, 52 and FB. RGB value is (195,82,251). Sum of RGB (Red+Green+Blue) = 195+82+251=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C352FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C352FB is #3CAD04. Grayscale: #868686. Windows color (decimal): -3976453 or 16470723. OLE color: 16470723.

HSL color Cylindrical-coordinate representation of color #C352FB: hue angle of 280.12º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C352FB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19582251-
CMYK0.220.6700.02
HSL280.12º95.48%65.29%-
HSV(B)280.12º67.33%98.43%-
XYZ42.9424.693.75-
YUV135.05193.44170.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 82 (32.42% from 255) = 15.53%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=36.93%
G=15.53%
B=47.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195822510.220.6700.02280.1295.4865.29
HexC352FB1643021185f41
Octal3031223732610302430137101
Binary1100001110100101111101110110100001101010001100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352FB; }

 p { color: rgb(195,82,251); }

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

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

 a { background-color: rgb(195,82,251); }

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

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

 span { border-color: rgb(195,82,251); }

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