Html Css Color HEX #C593FF Mauve

📋 copy color: '#C593FF'

red 197 ◦ green 147 ◦ blue 255

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

Shades of Mauve #C593FF

Tints of Mauve #C593FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.54%

 BLUE value IS 255 (100% from 255) = 42.57%

R = 32.89%
G = 24.54%
B = 42.57%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C593FF (or 0xC593FF) is known color: Mauve. HEX triplet: C5, 93 and FF. RGB value is (197,147,255). Sum of RGB (Red+Green+Blue) = 197+147+255=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C593FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593FF is #3A6C00. Grayscale: #ADADAD. Windows color (decimal): -3828737 or 16749509. OLE color: 16749509.

HSL color Cylindrical-coordinate representation of color #C593FF: hue angle of 267.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C593FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 147 255 -
CMYK 0.23 0.42 0 0
HSL 267.78º 1% 0.79% -
HSV(B) 267.78º 0.42% 1% -
XYZ 51.51 39.96 99.61 -
YUV 174.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 197 147 255 0.23 0.42 0 0 267.78 1 0.79
Hex C5 93 FF 17 2A 0 0 10C 64 4F
Octal 305 223 377 27 52 0 0 414 144 117
Binary 11000101 10010011 11111111 10111 101010 0 0 100001100 1100100 1001111

Color Harmonies of #C593FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593FF

Black with #C593FF

Text Example


Text Example

White with #C593FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593FF; }

 p { color: rgb(197,147,255); }

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

background-color css

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

 a { background-color: rgb(197,147,255); }

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

border-color css

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

 span { border-color: rgb(197,147,255); }

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