Html Css Color HEX #C655A6 Mulberry

📋 copy color: '#C655A6'

red 198 ◦ green 85 ◦ blue 166

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

Shades of Mulberry #C655A6

Tints of Mulberry #C655A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 44.1%
G = 18.93%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C655A6 (or 0xC655A6) is known color: Mulberry. HEX triplet: C6, 55 and A6. RGB value is (198,85,166). Sum of RGB (Red+Green+Blue) = 198+85+166=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C655A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655A6 is #39AA59. Grayscale: #7F7F7F. Windows color (decimal): -3779162 or 10900934. OLE color: 10900934.

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

Color convert

RGB 198 85 166 -
CMYK 0 0.57 0.16 0.22
HSL 316.99º 0.5% 0.55% -
HSV(B) 316.99º 0.57% 0.78% -
XYZ 33.42 21.26 38.42 -
YUV 128.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 198 85 166 0 0.57 0.16 0.22 316.99 0.5 0.55
Hex C6 55 A6 0 39 10 16 13D 32 37
Octal 306 125 246 0 71 20 26 475 62 67
Binary 11000110 1010101 10100110 0 111001 10000 10110 100111101 110010 110111

Color Harmonies of #C655A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655A6

Black with #C655A6

Text Example


Text Example

White with #C655A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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