Html Css Color HEX #C55DA2 Mulberry

📋 copy color: '#C55DA2'

red 197 ◦ green 93 ◦ blue 162

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

Shades of Mulberry #C55DA2

Tints of Mulberry #C55DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

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

R = 43.58%
G = 20.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C55DA2 (or 0xC55DA2) is known color: Mulberry. HEX triplet: C5, 5D and A2. RGB value is (197,93,162). Sum of RGB (Red+Green+Blue) = 197+93+162=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55DA2 is #3AA25D. Grayscale: #838383. Windows color (decimal): -3842654 or 10640837. OLE color: 10640837.

HSL color Cylindrical-coordinate representation of color #C55DA2: hue angle of 320.19º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DA2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 162 -
CMYK 0 0.53 0.18 0.23
HSL 320.19º 0.47% 0.57% -
HSV(B) 320.19º 0.53% 0.77% -
XYZ 33.46 22.31 36.72 -
YUV 131.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 197 93 162 0 0.53 0.18 0.23 320.19 0.47 0.57
Hex C5 5D A2 0 35 12 17 140 2F 39
Octal 305 135 242 0 65 22 27 500 57 71
Binary 11000101 1011101 10100010 0 110101 10010 10111 101000000 101111 111001

Color Harmonies of #C55DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DA2

Black with #C55DA2

Text Example


Text Example

White with #C55DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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