#C64D9D

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

Shades of Mulberry #C64D9D

Tints of Mulberry #C64D9D

Color information

#C64D9D (or 0xC64D9D) is unknown color: approx Mulberry. HEX triplet: C6, 4D and 9D. RGB value is (198,77,157). Sum of RGB (Red+Green+Blue) = 198+77+157=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D9D is #39B262. Grayscale: #7A7A7A. Windows color (decimal): -3781219 or 10309062. OLE color: 10309062.

HSL color Cylindrical-coordinate representation of color #C64D9D: hue angle of 320.33º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D9D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19877157-
CMYK00.610.210.22
HSL320.33º51.49%53.92%-
HSV(B)320.33º61.11%77.65%-
XYZ32.0319.7534.02-
YUV122.3147.59182-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 77 (30.47% from 255) = 17.82%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=45.83%
G=17.82%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987715700.610.210.22320.3351.4953.92
HexC64D9D03D15161403336
Octal30611523507525265006366
Binary1100011010011011001110101111011010110110101000000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64D9D; }

 p { color: rgb(198,77,157); }

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

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

 a { background-color: rgb(198,77,157); }

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

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

 span { border-color: rgb(198,77,157); }

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