Html Css Color HEX #C55BA7 Mulberry

📋 copy color: '#C55BA7'

red 197 ◦ green 91 ◦ blue 167

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

Shades of Mulberry #C55BA7

Tints of Mulberry #C55BA7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

 BLUE value IS 167 (65.63% from 255) = 36.7%

R = 43.3%
G = 20%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C55BA7 (or 0xC55BA7) is known color: Mulberry. HEX triplet: C5, 5B and A7. RGB value is (197,91,167). Sum of RGB (Red+Green+Blue) = 197+91+167=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA7 is #3AA458. Grayscale: #838383. Windows color (decimal): -3843161 or 10968005. OLE color: 10968005.

HSL color Cylindrical-coordinate representation of color #C55BA7: hue angle of 316.98º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BA7 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 91 167 -
CMYK 0 0.54 0.15 0.23
HSL 316.98º 0.48% 0.56% -
HSV(B) 316.98º 0.54% 0.77% -
XYZ 33.74 22.14 39.05 -
YUV 131.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 197 91 167 0 0.54 0.15 0.23 316.98 0.48 0.56
Hex C5 5B A7 0 36 F 17 13D 30 38
Octal 305 133 247 0 66 17 27 475 60 70
Binary 11000101 1011011 10100111 0 110110 1111 10111 100111101 110000 111000

Color Harmonies of #C55BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BA7

Black with #C55BA7

Text Example


Text Example

White with #C55BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BA7; }

 p { color: rgb(197,91,167); }

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

background-color css

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

 a { background-color: rgb(197,91,167); }

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

border-color css

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

 span { border-color: rgb(197,91,167); }

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