Html Css Color HEX #C554A2 Mulberry

📋 copy color: '#C554A2'

red 197 ◦ green 84 ◦ blue 162

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

Shades of Mulberry #C554A2

Tints of Mulberry #C554A2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 44.47%
G = 18.96%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C554A2 (or 0xC554A2) is known color: Mulberry. HEX triplet: C5, 54 and A2. RGB value is (197,84,162). Sum of RGB (Red+Green+Blue) = 197+84+162=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C554A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554A2 is #3AAB5D. Grayscale: #7E7E7E. Windows color (decimal): -3844958 or 10638533. OLE color: 10638533.

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

Color convert

RGB 197 84 162 -
CMYK 0 0.57 0.18 0.23
HSL 318.58º 0.49% 0.55% -
HSV(B) 318.58º 0.57% 0.77% -
XYZ 32.72 20.82 36.48 -
YUV 126.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 197 84 162 0 0.57 0.18 0.23 318.58 0.49 0.55
Hex C5 54 A2 0 39 12 17 13F 31 37
Octal 305 124 242 0 71 22 27 477 61 67
Binary 11000101 1010100 10100010 0 111001 10010 10111 100111111 110001 110111

Color Harmonies of #C554A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554A2

Black with #C554A2

Text Example


Text Example

White with #C554A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554A2; }

 p { color: rgb(197,84,162); }

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

background-color css

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

 a { background-color: rgb(197,84,162); }

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

border-color css

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

 span { border-color: rgb(197,84,162); }

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