Html Css Color HEX #C697FD Mauve

📋 copy color: '#C697FD'

red 198 ◦ green 151 ◦ blue 253

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

Shades of Mauve #C697FD

Tints of Mauve #C697FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 32.89%
G = 25.08%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C697FD (or 0xC697FD) is known color: Mauve. HEX triplet: C6, 97 and FD. RGB value is (198,151,253). Sum of RGB (Red+Green+Blue) = 198+151+253=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C697FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697FD is #396802. Grayscale: #B0B0B0. Windows color (decimal): -3762179 or 16619462. OLE color: 16619462.

HSL color Cylindrical-coordinate representation of color #C697FD: hue angle of 267.65º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C697FD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 151 253 -
CMYK 0.22 0.40 0 0.01
HSL 267.65º 0.96% 0.79% -
HSV(B) 267.65º 0.4% 0.99% -
XYZ 52.08 41.23 98.14 -
YUV 176.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 198 151 253 0.22 0.40 0 0.01 267.65 0.96 0.79
Hex C6 97 FD 16 28 0 1 10C 60 4F
Octal 306 227 375 26 50 0 1 414 140 117
Binary 11000110 10010111 11111101 10110 101000 0 1 100001100 1100000 1001111

Color Harmonies of #C697FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697FD

Black with #C697FD

Text Example


Text Example

White with #C697FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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