#C35EA4

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

Shades of Mulberry #C35EA4

Tints of Mulberry #C35EA4

Color information

#C35EA4 (or 0xC35EA4) is unknown color: approx Mulberry. HEX triplet: C3, 5E and A4. RGB value is (195,94,164). Sum of RGB (Red+Green+Blue) = 195+94+164=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35EA4 is #3CA15B. Grayscale: #848484. Windows color (decimal): -3973468 or 10772163. OLE color: 10772163.

HSL color Cylindrical-coordinate representation of color #C35EA4: hue angle of 318.42º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35EA4 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19594164-
CMYK00.520.160.24
HSL318.42º45.7%56.67%-
HSV(B)318.42º51.79%76.47%-
XYZ33.2122.2937.67-
YUV132.18145.96172.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=43.05%
G=20.75%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959416400.520.160.24318.4245.756.67
HexC35EA4034101813e2e39
Octal30313624406420304765671
Binary1100001110111101010010001101001000011000100111110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EA4; }

 p { color: rgb(195,94,164); }

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

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

 a { background-color: rgb(195,94,164); }

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

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

 span { border-color: rgb(195,94,164); }

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