Html Css Color HEX #CD5689 Mulberry

📋 copy color: '#CD5689'

red 205 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #CD5689

Tints of Mulberry #CD5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.09%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 47.9%
G = 20.09%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD5689 (or 0xCD5689) is known color: Mulberry. HEX triplet: CD, 56 and 89. RGB value is (205,86,137). Sum of RGB (Red+Green+Blue) = 205+86+137=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5689 is #32A976. Grayscale: #7F7F7F. Windows color (decimal): -3320183 or 9000653. OLE color: 9000653.

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

Color convert

RGB 205 86 137 -
CMYK 0 0.58 0.33 0.20
HSL 334.29º 0.54% 0.57% -
HSV(B) 334.29º 0.58% 0.8% -
XYZ 33.02 21.44 26.07 -
YUV 127.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 205 86 137 0 0.58 0.33 0.20 334.29 0.54 0.57
Hex CD 56 89 0 3A 21 14 14E 36 39
Octal 315 126 211 0 72 41 24 516 66 71
Binary 11001101 1010110 10001001 0 111010 100001 10100 101001110 110110 111001

Color Harmonies of #CD5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5689

Black with #CD5689

Text Example


Text Example

White with #CD5689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5689; }

 p { color: rgb(205,86,137); }

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

background-color css

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

 a { background-color: rgb(205,86,137); }

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

border-color css

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

 span { border-color: rgb(205,86,137); }

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