#C75DA4

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

Shades of Mulberry #C75DA4

Tints of Mulberry #C75DA4

Color information

#C75DA4 (or 0xC75DA4) is unknown color: approx Mulberry. HEX triplet: C7, 5D and A4. RGB value is (199,93,164). Sum of RGB (Red+Green+Blue) = 199+93+164=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DA4 is #38A25B. Grayscale: #848484. Windows color (decimal): -3711580 or 10771911. OLE color: 10771911.

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

Color convert

RGB19993164-
CMYK00.530.180.22
HSL319.81º48.62%57.25%-
HSV(B)319.81º53.27%78.04%-
XYZ34.1722.6537.69-
YUV132.79145.62175.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=43.64%
G=20.39%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999316400.530.180.22319.8148.6257.25
HexC75DA403512161403139
Octal30713524406522265006171
Binary1100011110111011010010001101011001010110101000000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75DA4; }

 p { color: rgb(199,93,164); }

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

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

 a { background-color: rgb(199,93,164); }

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

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

 span { border-color: rgb(199,93,164); }

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