Html Css Color HEX #C550A7 Mulberry

📋 copy color: '#C550A7'

red 197 ◦ green 80 ◦ blue 167

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

Shades of Mulberry #C550A7

Tints of Mulberry #C550A7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

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

R = 44.37%
G = 18.02%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C550A7 (or 0xC550A7) is known color: Mulberry. HEX triplet: C5, 50 and A7. RGB value is (197,80,167). Sum of RGB (Red+Green+Blue) = 197+80+167=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C550A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550A7 is #3AAF58. Grayscale: #7C7C7C. Windows color (decimal): -3845977 or 10965189. OLE color: 10965189.

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

Color convert

RGB 197 80 167 -
CMYK 0 0.59 0.15 0.23
HSL 315.38º 0.5% 0.54% -
HSV(B) 315.38º 0.59% 0.77% -
XYZ 32.87 20.4 38.76 -
YUV 124.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 197 80 167 0 0.59 0.15 0.23 315.38 0.5 0.54
Hex C5 50 A7 0 3B F 17 13B 32 36
Octal 305 120 247 0 73 17 27 473 62 66
Binary 11000101 1010000 10100111 0 111011 1111 10111 100111011 110010 110110

Color Harmonies of #C550A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550A7

Black with #C550A7

Text Example


Text Example

White with #C550A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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