#C25DA6

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

Shades of Mulberry #C25DA6

Tints of Mulberry #C25DA6

Color information

#C25DA6 (or 0xC25DA6) is unknown color: approx Mulberry. HEX triplet: C2, 5D and A6. RGB value is (194,93,166). Sum of RGB (Red+Green+Blue) = 194+93+166=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DA6 is #3DA259. Grayscale: #838383. Windows color (decimal): -4039258 or 10902978. OLE color: 10902978.

HSL color Cylindrical-coordinate representation of color #C25DA6: hue angle of 316.63º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DA6 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19493166-
CMYK00.520.140.24
HSL316.63º45.29%56.27%-
HSV(B)316.63º52.06%76.08%-
XYZ33.0522.0538.59-
YUV131.52147.46172.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 166 (65.23% from 255) = 36.64%
R=42.83%
G=20.53%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949316600.520.140.24316.6345.2956.27
HexC25DA6034E1813d2d38
Octal30213524606416304755570
Binary110000101011101101001100110100111011000100111101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DA6; }

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

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

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

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

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

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

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

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