Html Css Color HEX #C655A2 Mulberry

📋 copy color: '#C655A2'

red 198 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #C655A2

Tints of Mulberry #C655A2

RGB

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

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

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

R = 44.49%
G = 19.1%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C655A2 (or 0xC655A2) is known color: Mulberry. HEX triplet: C6, 55 and A2. RGB value is (198,85,162). Sum of RGB (Red+Green+Blue) = 198+85+162=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C655A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655A2 is #39AA5D. Grayscale: #7F7F7F. Windows color (decimal): -3779166 or 10638790. OLE color: 10638790.

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

Color convert

RGB 198 85 162 -
CMYK 0 0.57 0.18 0.22
HSL 319.12º 0.5% 0.55% -
HSV(B) 319.12º 0.57% 0.78% -
XYZ 33.06 21.11 36.51 -
YUV 127.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 198 85 162 0 0.57 0.18 0.22 319.12 0.5 0.55
Hex C6 55 A2 0 39 12 16 13F 32 37
Octal 306 125 242 0 71 22 26 477 62 67
Binary 11000110 1010101 10100010 0 111001 10010 10110 100111111 110010 110111

Color Harmonies of #C655A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655A2

Black with #C655A2

Text Example


Text Example

White with #C655A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655A2; }

 p { color: rgb(198,85,162); }

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

background-color css

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

 a { background-color: rgb(198,85,162); }

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

border-color css

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

 span { border-color: rgb(198,85,162); }

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