Html Css Color HEX #C694FE Mauve

📋 copy color: '#C694FE'

red 198 ◦ green 148 ◦ blue 254

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

Shades of Mauve #C694FE

Tints of Mauve #C694FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.67%

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

R = 33%
G = 24.67%
B = 42.33%

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

#C694FE (or 0xC694FE) is known color: Mauve. HEX triplet: C6, 94 and FE. RGB value is (198,148,254). Sum of RGB (Red+Green+Blue) = 198+148+254=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C694FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694FE is #396B01. Grayscale: #AEAEAE. Windows color (decimal): -3762946 or 16684230. OLE color: 16684230.

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

Color convert

RGB 198 148 254 -
CMYK 0.22 0.42 0 0.00
HSL 268.3º 0.98% 0.79% -
HSV(B) 268.3º 0.42% 1% -
XYZ 51.77 40.34 98.82 -
YUV 175.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 198 148 254 0.22 0.42 0 0.00 268.3 0.98 0.79
Hex C6 94 FE 16 2A 0 0 10C 62 4F
Octal 306 224 376 26 52 0 0 414 142 117
Binary 11000110 10010100 11111110 10110 101010 0 0 100001100 1100010 1001111

Color Harmonies of #C694FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694FE

Black with #C694FE

Text Example


Text Example

White with #C694FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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