#C455A4

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

Shades of Mulberry #C455A4

Tints of Mulberry #C455A4

Color information

#C455A4 (or 0xC455A4) is unknown color: approx Mulberry. HEX triplet: C4, 55 and A4. RGB value is (196,85,164). Sum of RGB (Red+Green+Blue) = 196+85+164=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A4 is #3BAA5B. Grayscale: #7E7E7E. Windows color (decimal): -3910236 or 10769860. OLE color: 10769860.

HSL color Cylindrical-coordinate representation of color #C455A4: hue angle of 317.3º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455A4 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19685164-
CMYK00.570.160.23
HSL317.3º48.47%55.1%-
HSV(B)317.3º56.63%76.86%-
XYZ32.7120.9137.43-
YUV127.2148.77177.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 164 (64.45% from 255) = 36.85%
R=44.04%
G=19.10%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968516400.570.160.23317.348.4755.1
HexC455A4039101713d3037
Octal30412524407120274756067
Binary1100010010101011010010001110011000010111100111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455A4; }

 p { color: rgb(196,85,164); }

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

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

 a { background-color: rgb(196,85,164); }

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

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

 span { border-color: rgb(196,85,164); }

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