#C69EFD

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

Shades of Mauve #C69EFD

Tints of Mauve #C69EFD

Color information

#C69EFD (or 0xC69EFD) is unknown color: approx Mauve. HEX triplet: C6, 9E and FD. RGB value is (198,158,253). Sum of RGB (Red+Green+Blue) = 198+158+253=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #C69EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EFD is #396102. Grayscale: #B4B4B4. Windows color (decimal): -3760387 or 16621254. OLE color: 16621254.

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

Color convert

RGB198158253-
CMYK0.220.3800.01
HSL265.26º95.96%80.59%-
HSV(B)265.26º37.55%99.22%-
XYZ53.2543.5598.53-
YUV180.79168.75140.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=32.51%
G=25.94%
B=41.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981582530.220.3800.01265.2695.9680.59
HexC69EFD1626011096051
Octal306236375264601411140121
Binary110001101001111011111101101101001100110000100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EFD; }

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

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

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

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

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

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

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

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