#C645A7

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

Shades of Mulberry #C645A7

Tints of Mulberry #C645A7

Color information

#C645A7 (or 0xC645A7) is unknown color: approx Mulberry. HEX triplet: C6, 45 and A7. RGB value is (198,69,167). Sum of RGB (Red+Green+Blue) = 198+69+167=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C645A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645A7 is #39BA58. Grayscale: #767676. Windows color (decimal): -3783257 or 10962374. OLE color: 10962374.

HSL color Cylindrical-coordinate representation of color #C645A7: hue angle of 314.42º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C645A7 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB19869167-
CMYK00.650.160.22
HSL314.42º53.09%52.35%-
HSV(B)314.42º65.15%77.65%-
XYZ32.3919.0538.53-
YUV118.74155.24184.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 69 (27.34% from 255) = 15.90%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=45.62%
G=15.90%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986916700.650.160.22314.4253.0952.35
HexC645A7041101613a3534
Octal306105247010120264726564
Binary11000110100010110100111010000011000010110100111010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C645A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C645A7; }

 p { color: rgb(198,69,167); }

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

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

 a { background-color: rgb(198,69,167); }

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

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

 span { border-color: rgb(198,69,167); }

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