Html Css Color HEX #C493FF Mauve

📋 copy color: '#C493FF'

red 196 ◦ green 147 ◦ blue 255

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

Shades of Mauve #C493FF

Tints of Mauve #C493FF

RGB

 RED value IS 196 (76.95% from 255) = 32.78%

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

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

R = 32.78%
G = 24.58%
B = 42.64%

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

#C493FF (or 0xC493FF) is known color: Mauve. HEX triplet: C4, 93 and FF. RGB value is (196,147,255). Sum of RGB (Red+Green+Blue) = 196+147+255=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C493FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493FF is #3B6C00. Grayscale: #ADADAD. Windows color (decimal): -3894273 or 16749508. OLE color: 16749508.

HSL color Cylindrical-coordinate representation of color #C493FF: hue angle of 267.22º 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 #C493FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 147 255 -
CMYK 0.23 0.42 0 0
HSL 267.22º 1% 0.79% -
HSV(B) 267.22º 0.42% 1% -
XYZ 51.25 39.82 99.59 -
YUV 173.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 196 147 255 0.23 0.42 0 0 267.22 1 0.79
Hex C4 93 FF 17 2A 0 0 10B 64 4F
Octal 304 223 377 27 52 0 0 413 144 117
Binary 11000100 10010011 11111111 10111 101010 0 0 100001011 1100100 1001111

Color Harmonies of #C493FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493FF

Black with #C493FF

Text Example


Text Example

White with #C493FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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