#C655A4

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

Shades of Mulberry #C655A4

Tints of Mulberry #C655A4

Color information

#C655A4 (or 0xC655A4) is unknown color: approx Mulberry. HEX triplet: C6, 55 and A4. RGB value is (198,85,164). Sum of RGB (Red+Green+Blue) = 198+85+164=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C655A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655A4 is #39AA5B. Grayscale: #7F7F7F. Windows color (decimal): -3779164 or 10769862. OLE color: 10769862.

HSL color Cylindrical-coordinate representation of color #C655A4: hue angle of 318.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C655A4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB19885164-
CMYK00.570.170.22
HSL318.05º49.78%55.49%-
HSV(B)318.05º57.07%77.65%-
XYZ33.2421.1837.46-
YUV127.79148.44178.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=44.30%
G=19.02%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988516400.570.170.22318.0549.7855.49
HexC655A4039111613e3237
Octal30612524407121264766267
Binary1100011010101011010010001110011000110110100111110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C655A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C655A4; }

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

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

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

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

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

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

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

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