Html Css Color HEX #C555A1 Mulberry

📋 copy color: '#C555A1'

red 197 ◦ green 85 ◦ blue 161

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

Shades of Mulberry #C555A1

Tints of Mulberry #C555A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 44.47%
G = 19.19%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C555A1 (or 0xC555A1) is known color: Mulberry. HEX triplet: C5, 55 and A1. RGB value is (197,85,161). Sum of RGB (Red+Green+Blue) = 197+85+161=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C555A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555A1 is #3AAA5E. Grayscale: #7E7E7E. Windows color (decimal): -3844703 or 10573253. OLE color: 10573253.

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

Color convert

RGB 197 85 161 -
CMYK 0 0.57 0.18 0.23
HSL 319.29º 0.49% 0.55% -
HSV(B) 319.29º 0.57% 0.77% -
XYZ 32.71 20.94 36.04 -
YUV 127.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 197 85 161 0 0.57 0.18 0.23 319.29 0.49 0.55
Hex C5 55 A1 0 39 12 17 13F 31 37
Octal 305 125 241 0 71 22 27 477 61 67
Binary 11000101 1010101 10100001 0 111001 10010 10111 100111111 110001 110111

Color Harmonies of #C555A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555A1

Black with #C555A1

Text Example


Text Example

White with #C555A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555A1; }

 p { color: rgb(197,85,161); }

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

background-color css

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

 a { background-color: rgb(197,85,161); }

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

border-color css

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

 span { border-color: rgb(197,85,161); }

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