Html Css Color HEX #CD558D Mulberry

📋 copy color: '#CD558D'

red 205 ◦ green 85 ◦ blue 141

#CD558D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CD558D

Tints of Mulberry #CD558D

RGB

 RED value IS 205 (80.47% from 255) = 47.56%

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 47.56%
G = 19.72%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD558D (or 0xCD558D) is known color: Mulberry. HEX triplet: CD, 55 and 8D. RGB value is (205,85,141). Sum of RGB (Red+Green+Blue) = 205+85+141=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD558D is #32AA72. Grayscale: #7F7F7F. Windows color (decimal): -3320435 or 9262541. OLE color: 9262541.

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

Color convert

RGB 205 85 141 -
CMYK 0 0.59 0.31 0.20
HSL 332º 0.55% 0.57% -
HSV(B) 332º 0.59% 0.8% -
XYZ 33.23 21.4 27.58 -
YUV 127.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 205 85 141 0 0.59 0.31 0.20 332 0.55 0.57
Hex CD 55 8D 0 3B 1F 14 14C 37 39
Octal 315 125 215 0 73 37 24 514 67 71
Binary 11001101 1010101 10001101 0 111011 11111 10100 101001100 110111 111001

Color Harmonies of #CD558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD558D

Black with #CD558D

Text Example


Text Example

White with #CD558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD558D; }

 p { color: rgb(205,85,141); }

 H1.HeaderClassName
 {
   color: #CD558D;
 }
 .AnyTagClassName
 {
   color: #CD558D;
 }
</style>

background-color css

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

 a { background-color: rgb(205,85,141); }

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

border-color css

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

 span { border-color: rgb(205,85,141); }

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