#C699FD

Color #C699FD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C699FD

Tints of Mauve #C699FD

Color information

#C699FD (or 0xC699FD) is unknown color: approx Mauve. HEX triplet: C6, 99 and FD. RGB value is (198,153,253). Sum of RGB (Red+Green+Blue) = 198+153+253=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C699FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699FD is #396602. Grayscale: #B1B1B1. Windows color (decimal): -3761667 or 16619974. OLE color: 16619974.

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

Color convert

RGB198153253-
CMYK0.220.4000.01
HSL267º96.15%79.61%-
HSV(B)267º39.53%99.22%-
XYZ52.4141.8898.25-
YUV177.86170.41142.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=32.78%
G=25.33%
B=41.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981532530.220.4000.0126796.1579.61
HexC699FD16280110b6050
Octal306231375265001413140120
Binary110001101001100111111101101101010000110000101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699FD; }

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

 H1.HeaderClassName
 {
   color: #C699FD;
 }
 .AnyTagClassName
 {
   color: #C699FD;
 }
</style>
background-color css

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

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

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

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

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

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