Html Css Color HEX #C693FF Mauve

📋 copy color: '#C693FF'

red 198 ◦ green 147 ◦ blue 255

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

Shades of Mauve #C693FF

Tints of Mauve #C693FF

RGB

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

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

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

R = 33%
G = 24.5%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C693FF (or 0xC693FF) is known color: Mauve. HEX triplet: C6, 93 and FF. RGB value is (198,147,255). Sum of RGB (Red+Green+Blue) = 198+147+255=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C693FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693FF is #396C00. Grayscale: #AEAEAE. Windows color (decimal): -3763201 or 16749510. OLE color: 16749510.

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

Color convert

RGB 198 147 255 -
CMYK 0.22 0.42 0 0
HSL 268.33º 1% 0.79% -
HSV(B) 268.33º 0.42% 1% -
XYZ 51.77 40.09 99.62 -
YUV 174.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 198 147 255 0.22 0.42 0 0 268.33 1 0.79
Hex C6 93 FF 16 2A 0 0 10C 64 4F
Octal 306 223 377 26 52 0 0 414 144 117
Binary 11000110 10010011 11111111 10110 101010 0 0 100001100 1100100 1001111

Color Harmonies of #C693FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693FF

Black with #C693FF

Text Example


Text Example

White with #C693FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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