Html Css Color HEX #C654A1 Mulberry

📋 copy color: '#C654A1'

red 198 ◦ green 84 ◦ blue 161

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

Shades of Mulberry #C654A1

Tints of Mulberry #C654A1

RGB

 RED value IS 198 (77.73% from 255) = 44.7%

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

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 44.7%
G = 18.96%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C654A1 (or 0xC654A1) is known color: Mulberry. HEX triplet: C6, 54 and A1. RGB value is (198,84,161). Sum of RGB (Red+Green+Blue) = 198+84+161=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C654A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C654A1 is #39AB5E. Grayscale: #7E7E7E. Windows color (decimal): -3779423 or 10572998. OLE color: 10572998.

HSL color Cylindrical-coordinate representation of color #C654A1: hue angle of 319.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654A1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 161 -
CMYK 0 0.58 0.19 0.22
HSL 319.47º 0.5% 0.55% -
HSV(B) 319.47º 0.58% 0.78% -
XYZ 32.89 20.92 36.02 -
YUV 126.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 198 84 161 0 0.58 0.19 0.22 319.47 0.5 0.55
Hex C6 54 A1 0 3A 13 16 13F 32 37
Octal 306 124 241 0 72 23 26 477 62 67
Binary 11000110 1010100 10100001 0 111010 10011 10110 100111111 110010 110111

Color Harmonies of #C654A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654A1

Black with #C654A1

Text Example


Text Example

White with #C654A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654A1; }

 p { color: rgb(198,84,161); }

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

background-color css

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

 a { background-color: rgb(198,84,161); }

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

border-color css

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

 span { border-color: rgb(198,84,161); }

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