Html Css Color HEX #C695FE Mauve

📋 copy color: '#C695FE'

red 198 ◦ green 149 ◦ blue 254

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

Shades of Mauve #C695FE

Tints of Mauve #C695FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.79%

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

R = 32.95%
G = 24.79%
B = 42.26%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C695FE (or 0xC695FE) is known color: Mauve. HEX triplet: C6, 95 and FE. RGB value is (198,149,254). Sum of RGB (Red+Green+Blue) = 198+149+254=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C695FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695FE is #396A01. Grayscale: #AFAFAF. Windows color (decimal): -3762690 or 16684486. OLE color: 16684486.

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

Color convert

RGB 198 149 254 -
CMYK 0.22 0.41 0 0.00
HSL 268º 0.98% 0.79% -
HSV(B) 268º 0.41% 1% -
XYZ 51.93 40.66 98.88 -
YUV 175.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 198 149 254 0.22 0.41 0 0.00 268 0.98 0.79
Hex C6 95 FE 16 29 0 0 10C 62 4F
Octal 306 225 376 26 51 0 0 414 142 117
Binary 11000110 10010101 11111110 10110 101001 0 0 100001100 1100010 1001111

Color Harmonies of #C695FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695FE

Black with #C695FE

Text Example


Text Example

White with #C695FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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