#C555A7

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

Shades of Mulberry #C555A7

Tints of Mulberry #C555A7

Color information

#C555A7 (or 0xC555A7) is unknown color: approx Mulberry. HEX triplet: C5, 55 and A7. RGB value is (197,85,167). Sum of RGB (Red+Green+Blue) = 197+85+167=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C555A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555A7 is #3AAA58. Grayscale: #7F7F7F. Windows color (decimal): -3844697 or 10966469. OLE color: 10966469.

HSL color Cylindrical-coordinate representation of color #C555A7: hue angle of 316.07º degrees, saturation: 0.49, 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 #C555A7 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19785167-
CMYK00.570.150.23
HSL316.07º49.12%55.29%-
HSV(B)316.07º56.85%77.25%-
XYZ33.2521.1638.89-
YUV127.84150.11177.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=43.88%
G=18.93%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978516700.570.150.23316.0749.1255.29
HexC555A7039F1713c3137
Octal30512524707117274746167
Binary110001011010101101001110111001111110111100111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555A7; }

 p { color: rgb(197,85,167); }

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

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

 a { background-color: rgb(197,85,167); }

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

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

 span { border-color: rgb(197,85,167); }

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