#CD508C

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

Shades of Mulberry #CD508C

Tints of Mulberry #CD508C

Color information

#CD508C (or 0xCD508C) is unknown color: approx Mulberry. HEX triplet: CD, 50 and 8C. RGB value is (205,80,140). Sum of RGB (Red+Green+Blue) = 205+80+140=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD508C is #32AF73. Grayscale: #7C7C7C. Windows color (decimal): -3321716 or 9195725. OLE color: 9195725.

HSL color Cylindrical-coordinate representation of color #CD508C: hue angle of 331.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD508C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20580140-
CMYK00.610.320.20
HSL331.2º55.56%55.88%-
HSV(B)331.2º60.98%80.39%-
XYZ32.7820.6127.06-
YUV124.22136.91185.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=48.24%
G=18.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058014000.610.320.20331.255.5655.88
HexCD508C03D201414b3838
Octal31512021407540245137070
Binary11001101101000010001100011110110000010100101001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD508C; }

 p { color: rgb(205,80,140); }

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

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

 a { background-color: rgb(205,80,140); }

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

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

 span { border-color: rgb(205,80,140); }

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