#C75DA6

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

Shades of Mulberry #C75DA6

Tints of Mulberry #C75DA6

Color information

#C75DA6 (or 0xC75DA6) is unknown color: approx Mulberry. HEX triplet: C7, 5D and A6. RGB value is (199,93,166). Sum of RGB (Red+Green+Blue) = 199+93+166=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DA6 is #38A259. Grayscale: #848484. Windows color (decimal): -3711578 or 10902983. OLE color: 10902983.

HSL color Cylindrical-coordinate representation of color #C75DA6: hue angle of 318.68º 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 #C75DA6 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB19993166-
CMYK00.530.170.22
HSL318.68º48.62%57.25%-
HSV(B)318.68º53.27%78.04%-
XYZ34.3522.7238.65-
YUV133.02146.62175.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=43.45%
G=20.31%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999316600.530.170.22318.6848.6257.25
HexC75DA6035111613f3139
Octal30713524606521264776171
Binary1100011110111011010011001101011000110110100111111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75DA6; }

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

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

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

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

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

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

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

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