#C855A1

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

Shades of Mulberry #C855A1

Tints of Mulberry #C855A1

Color information

#C855A1 (or 0xC855A1) is unknown color: approx Mulberry. HEX triplet: C8, 55 and A1. RGB value is (200,85,161). Sum of RGB (Red+Green+Blue) = 200+85+161=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A1 is #37AA5E. Grayscale: #7F7F7F. Windows color (decimal): -3648095 or 10573256. OLE color: 10573256.

HSL color Cylindrical-coordinate representation of color #C855A1: hue angle of 320.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855A1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB20085161-
CMYK00.580.190.22
HSL320.35º51.11%55.88%-
HSV(B)320.35º57.5%78.43%-
XYZ33.521.3536.07-
YUV128.05146.6179.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=44.84%
G=19.06%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008516100.580.190.22320.3551.1155.88
HexC855A103A13161403338
Octal31012524107223265006370
Binary1100100010101011010000101110101001110110101000000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855A1; }

 p { color: rgb(200,85,161); }

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

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

 a { background-color: rgb(200,85,161); }

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

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

 span { border-color: rgb(200,85,161); }

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