Html Css Color HEX #C55EA5 Mulberry

📋 copy color: '#C55EA5'

red 197 ◦ green 94 ◦ blue 165

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

Shades of Mulberry #C55EA5

Tints of Mulberry #C55EA5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.61%

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

R = 43.2%
G = 20.61%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C55EA5 (or 0xC55EA5) is known color: Mulberry. HEX triplet: C5, 5E and A5. RGB value is (197,94,165). Sum of RGB (Red+Green+Blue) = 197+94+165=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EA5 is #3AA15A. Grayscale: #848484. Windows color (decimal): -3842395 or 10837701. OLE color: 10837701.

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

Color convert

RGB 197 94 165 -
CMYK 0 0.52 0.16 0.23
HSL 318.64º 0.47% 0.57% -
HSV(B) 318.64º 0.52% 0.77% -
XYZ 33.82 22.59 38.18 -
YUV 132.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 197 94 165 0 0.52 0.16 0.23 318.64 0.47 0.57
Hex C5 5E A5 0 34 10 17 13F 2F 39
Octal 305 136 245 0 64 20 27 477 57 71
Binary 11000101 1011110 10100101 0 110100 10000 10111 100111111 101111 111001

Color Harmonies of #C55EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EA5

Black with #C55EA5

Text Example


Text Example

White with #C55EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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