Html Css Color HEX #CD478D Mulberry

📋 copy color: '#CD478D'

red 205 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #CD478D

Tints of Mulberry #CD478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

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

R = 49.16%
G = 17.03%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD478D (or 0xCD478D) is known color: Mulberry. HEX triplet: CD, 47 and 8D. RGB value is (205,71,141). Sum of RGB (Red+Green+Blue) = 205+71+141=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD478D is #32B872. Grayscale: #767676. Windows color (decimal): -3324019 or 9258957. OLE color: 9258957.

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

Color convert

RGB 205 71 141 -
CMYK 0 0.65 0.31 0.20
HSL 328.66º 0.57% 0.54% -
HSV(B) 328.66º 0.65% 0.8% -
XYZ 32.24 19.41 27.25 -
YUV 119.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 205 71 141 0 0.65 0.31 0.20 328.66 0.57 0.54
Hex CD 47 8D 0 41 1F 14 149 39 36
Octal 315 107 215 0 101 37 24 511 71 66
Binary 11001101 1000111 10001101 0 1000001 11111 10100 101001001 111001 110110

Color Harmonies of #CD478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD478D

Black with #CD478D

Text Example


Text Example

White with #CD478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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