Html Css Color HEX #C555A5 Mulberry

📋 copy color: '#C555A5'

red 197 ◦ green 85 ◦ blue 165

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

Shades of Mulberry #C555A5

Tints of Mulberry #C555A5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 44.07%
G = 19.02%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C555A5 (or 0xC555A5) is known color: Mulberry. HEX triplet: C5, 55 and A5. RGB value is (197,85,165). Sum of RGB (Red+Green+Blue) = 197+85+165=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C555A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555A5 is #3AAA5A. Grayscale: #7F7F7F. Windows color (decimal): -3844699 or 10835397. OLE color: 10835397.

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

Color convert

RGB 197 85 165 -
CMYK 0 0.57 0.16 0.23
HSL 317.14º 0.49% 0.55% -
HSV(B) 317.14º 0.57% 0.77% -
XYZ 33.07 21.08 37.92 -
YUV 127.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 197 85 165 0 0.57 0.16 0.23 317.14 0.49 0.55
Hex C5 55 A5 0 39 10 17 13D 31 37
Octal 305 125 245 0 71 20 27 475 61 67
Binary 11000101 1010101 10100101 0 111001 10000 10111 100111101 110001 110111

Color Harmonies of #C555A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555A5

Black with #C555A5

Text Example


Text Example

White with #C555A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555A5; }

 p { color: rgb(197,85,165); }

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

background-color css

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

 a { background-color: rgb(197,85,165); }

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

border-color css

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

 span { border-color: rgb(197,85,165); }

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