Html Css Color HEX #CD478A Mulberry

📋 copy color: '#CD478A'

red 205 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #CD478A

Tints of Mulberry #CD478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 49.52%
G = 17.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD478A (or 0xCD478A) is known color: Mulberry. HEX triplet: CD, 47 and 8A. RGB value is (205,71,138). Sum of RGB (Red+Green+Blue) = 205+71+138=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD478A is #32B875. Grayscale: #767676. Windows color (decimal): -3324022 or 9062349. OLE color: 9062349.

HSL color Cylindrical-coordinate representation of color #CD478A: hue angle of 330º 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 #CD478A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 138 -
CMYK 0 0.65 0.33 0.20
HSL 330º 0.57% 0.54% -
HSV(B) 330º 0.65% 0.8% -
XYZ 32.02 19.32 26.09 -
YUV 118.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 205 71 138 0 0.65 0.33 0.20 330 0.57 0.54
Hex CD 47 8A 0 41 21 14 14A 39 36
Octal 315 107 212 0 101 41 24 512 71 66
Binary 11001101 1000111 10001010 0 1000001 100001 10100 101001010 111001 110110

Color Harmonies of #CD478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD478A

Black with #CD478A

Text Example


Text Example

White with #CD478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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