Html Css Color HEX #C697FF Mauve

📋 copy color: '#C697FF'

red 198 ◦ green 151 ◦ blue 255

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

Shades of Mauve #C697FF

Tints of Mauve #C697FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25%

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

R = 32.78%
G = 25%
B = 42.22%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C697FF (or 0xC697FF) is known color: Mauve. HEX triplet: C6, 97 and FF. RGB value is (198,151,255). Sum of RGB (Red+Green+Blue) = 198+151+255=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C697FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697FF is #396800. Grayscale: #B0B0B0. Windows color (decimal): -3762177 or 16750534. OLE color: 16750534.

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

Color convert

RGB 198 151 255 -
CMYK 0.22 0.41 0 0
HSL 267.12º 1% 0.8% -
HSV(B) 267.12º 0.41% 1% -
XYZ 52.41 41.36 99.83 -
YUV 176.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 198 151 255 0.22 0.41 0 0 267.12 1 0.8
Hex C6 97 FF 16 29 0 0 10B 64 50
Octal 306 227 377 26 51 0 0 413 144 120
Binary 11000110 10010111 11111111 10110 101001 0 0 100001011 1100100 1010000

Color Harmonies of #C697FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697FF

Black with #C697FF

Text Example


Text Example

White with #C697FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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