Html Css Color HEX #C555A0 Mulberry

📋 copy color: '#C555A0'

red 197 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #C555A0

Tints of Mulberry #C555A0

RGB

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

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

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

R = 44.57%
G = 19.23%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C555A0 (or 0xC555A0) is known color: Mulberry. HEX triplet: C5, 55 and A0. RGB value is (197,85,160). Sum of RGB (Red+Green+Blue) = 197+85+160=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C555A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555A0 is #3AAA5F. Grayscale: #7E7E7E. Windows color (decimal): -3844704 or 10507717. OLE color: 10507717.

HSL color Cylindrical-coordinate representation of color #C555A0: hue angle of 319.82º 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 #C555A0 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 160 -
CMYK 0 0.57 0.19 0.23
HSL 319.82º 0.49% 0.55% -
HSV(B) 319.82º 0.57% 0.77% -
XYZ 32.62 20.91 35.57 -
YUV 127.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 197 85 160 0 0.57 0.19 0.23 319.82 0.49 0.55
Hex C5 55 A0 0 39 13 17 140 31 37
Octal 305 125 240 0 71 23 27 500 61 67
Binary 11000101 1010101 10100000 0 111001 10011 10111 101000000 110001 110111

Color Harmonies of #C555A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555A0

Black with #C555A0

Text Example


Text Example

White with #C555A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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