Html Css Color HEX #C693FE Mauve

📋 copy color: '#C693FE'

red 198 ◦ green 147 ◦ blue 254

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

Shades of Mauve #C693FE

Tints of Mauve #C693FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 33.06%
G = 24.54%
B = 42.4%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C693FE (or 0xC693FE) is known color: Mauve. HEX triplet: C6, 93 and FE. RGB value is (198,147,254). Sum of RGB (Red+Green+Blue) = 198+147+254=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #C693FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693FE is #396C01. Grayscale: #AEAEAE. Windows color (decimal): -3763202 or 16683974. OLE color: 16683974.

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

Color convert

RGB 198 147 254 -
CMYK 0.22 0.42 0 0.00
HSL 268.6º 0.98% 0.79% -
HSV(B) 268.6º 0.42% 1% -
XYZ 51.61 40.03 98.77 -
YUV 174.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 198 147 254 0.22 0.42 0 0.00 268.6 0.98 0.79
Hex C6 93 FE 16 2A 0 0 10D 62 4F
Octal 306 223 376 26 52 0 0 415 142 117
Binary 11000110 10010011 11111110 10110 101010 0 0 100001101 1100010 1001111

Color Harmonies of #C693FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693FE

Black with #C693FE

Text Example


Text Example

White with #C693FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693FE; }

 p { color: rgb(198,147,254); }

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

background-color css

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

 a { background-color: rgb(198,147,254); }

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

border-color css

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

 span { border-color: rgb(198,147,254); }

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