Html Css Color HEX #C6519E Mulberry

📋 copy color: '#C6519E'

red 198 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #C6519E

Tints of Mulberry #C6519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.54%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 45.31%
G = 18.54%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6519E (or 0xC6519E) is known color: Mulberry. HEX triplet: C6, 51 and 9E. RGB value is (198,81,158). Sum of RGB (Red+Green+Blue) = 198+81+158=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519E is #39AE61. Grayscale: #7C7C7C. Windows color (decimal): -3780194 or 10375622. OLE color: 10375622.

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

Color convert

RGB 198 81 158 -
CMYK 0 0.59 0.20 0.22
HSL 320.51º 0.51% 0.55% -
HSV(B) 320.51º 0.59% 0.78% -
XYZ 32.4 20.36 34.57 -
YUV 124.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 198 81 158 0 0.59 0.20 0.22 320.51 0.51 0.55
Hex C6 51 9E 0 3B 14 16 141 33 37
Octal 306 121 236 0 73 24 26 501 63 67
Binary 11000110 1010001 10011110 0 111011 10100 10110 101000001 110011 110111

Color Harmonies of #C6519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6519E

Black with #C6519E

Text Example


Text Example

White with #C6519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6519E; }

 p { color: rgb(198,81,158); }

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

background-color css

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

 a { background-color: rgb(198,81,158); }

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

border-color css

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

 span { border-color: rgb(198,81,158); }

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