#CD46A7

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

Shades of Mulberry #CD46A7

Tints of Mulberry #CD46A7

Color information

#CD46A7 (or 0xCD46A7) is unknown color: approx Mulberry. HEX triplet: CD, 46 and A7. RGB value is (205,70,167). Sum of RGB (Red+Green+Blue) = 205+70+167=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD46A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD46A7 is #32B958. Grayscale: #797979. Windows color (decimal): -3324249 or 10962637. OLE color: 10962637.

HSL color Cylindrical-coordinate representation of color #CD46A7: hue angle of 316.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD46A7 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20570167-
CMYK00.660.190.20
HSL316.89º57.45%53.92%-
HSV(B)316.89º65.85%80.39%-
XYZ34.3420.1538.64-
YUV121.42153.73187.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=46.38%
G=15.84%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057016700.660.190.20316.8957.4553.92
HexCD46A7042131413d3936
Octal315106247010223244757166
Binary11001101100011010100111010000101001110100100111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD46A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD46A7; }

 p { color: rgb(205,70,167); }

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

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

 a { background-color: rgb(205,70,167); }

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

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

 span { border-color: rgb(205,70,167); }

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