Html Css Color HEX #C55DA0 Mulberry

📋 copy color: '#C55DA0'

red 197 ◦ green 93 ◦ blue 160

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

Shades of Mulberry #C55DA0

Tints of Mulberry #C55DA0

RGB

 RED value IS 197 (77.34% from 255) = 43.78%

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 43.78%
G = 20.67%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C55DA0 (or 0xC55DA0) is known color: Mulberry. HEX triplet: C5, 5D and A0. RGB value is (197,93,160). Sum of RGB (Red+Green+Blue) = 197+93+160=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55DA0 is #3AA25F. Grayscale: #838383. Windows color (decimal): -3842656 or 10509765. OLE color: 10509765.

HSL color Cylindrical-coordinate representation of color #C55DA0: hue angle of 321.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DA0 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 160 -
CMYK 0 0.53 0.19 0.23
HSL 321.35º 0.47% 0.57% -
HSV(B) 321.35º 0.53% 0.77% -
XYZ 33.29 22.24 35.8 -
YUV 131.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 197 93 160 0 0.53 0.19 0.23 321.35 0.47 0.57
Hex C5 5D A0 0 35 13 17 141 2F 39
Octal 305 135 240 0 65 23 27 501 57 71
Binary 11000101 1011101 10100000 0 110101 10011 10111 101000001 101111 111001

Color Harmonies of #C55DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DA0

Black with #C55DA0

Text Example


Text Example

White with #C55DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DA0; }

 p { color: rgb(197,93,160); }

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

background-color css

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

 a { background-color: rgb(197,93,160); }

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

border-color css

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

 span { border-color: rgb(197,93,160); }

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