Html Css Color HEX #C55CA5 Mulberry

📋 copy color: '#C55CA5'

red 197 ◦ green 92 ◦ blue 165

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

Shades of Mulberry #C55CA5

Tints of Mulberry #C55CA5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 43.39%
G = 20.26%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C55CA5 (or 0xC55CA5) is known color: Mulberry. HEX triplet: C5, 5C and A5. RGB value is (197,92,165). Sum of RGB (Red+Green+Blue) = 197+92+165=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CA5 is #3AA35A. Grayscale: #838383. Windows color (decimal): -3842907 or 10837189. OLE color: 10837189.

HSL color Cylindrical-coordinate representation of color #C55CA5: hue angle of 318.29º degrees, saturation: 0.48, 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 #C55CA5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 92 165 -
CMYK 0 0.53 0.16 0.23
HSL 318.29º 0.48% 0.57% -
HSV(B) 318.29º 0.53% 0.77% -
XYZ 33.64 22.24 38.12 -
YUV 131.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 197 92 165 0 0.53 0.16 0.23 318.29 0.48 0.57
Hex C5 5C A5 0 35 10 17 13E 30 39
Octal 305 134 245 0 65 20 27 476 60 71
Binary 11000101 1011100 10100101 0 110101 10000 10111 100111110 110000 111001

Color Harmonies of #C55CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CA5

Black with #C55CA5

Text Example


Text Example

White with #C55CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CA5; }

 p { color: rgb(197,92,165); }

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

background-color css

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

 a { background-color: rgb(197,92,165); }

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

border-color css

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

 span { border-color: rgb(197,92,165); }

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