Html Css Color HEX #C545A7 Mulberry

📋 copy color: '#C545A7'

red 197 ◦ green 69 ◦ blue 167

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

Shades of Mulberry #C545A7

Tints of Mulberry #C545A7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.94%

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

R = 45.5%
G = 15.94%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C545A7 (or 0xC545A7) is known color: Mulberry. HEX triplet: C5, 45 and A7. RGB value is (197,69,167). Sum of RGB (Red+Green+Blue) = 197+69+167=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C545A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545A7 is #3ABA58. Grayscale: #767676. Windows color (decimal): -3848793 or 10962373. OLE color: 10962373.

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

Color convert

RGB 197 69 167 -
CMYK 0 0.65 0.15 0.23
HSL 314.06º 0.52% 0.52% -
HSV(B) 314.06º 0.65% 0.77% -
XYZ 32.13 18.92 38.52 -
YUV 118.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 197 69 167 0 0.65 0.15 0.23 314.06 0.52 0.52
Hex C5 45 A7 0 41 F 17 13A 34 34
Octal 305 105 247 0 101 17 27 472 64 64
Binary 11000101 1000101 10100111 0 1000001 1111 10111 100111010 110100 110100

Color Harmonies of #C545A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545A7

Black with #C545A7

Text Example


Text Example

White with #C545A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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