#C69BFD

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

Shades of Mauve #C69BFD

Tints of Mauve #C69BFD

Color information

#C69BFD (or 0xC69BFD) is unknown color: approx Mauve. HEX triplet: C6, 9B and FD. RGB value is (198,155,253). Sum of RGB (Red+Green+Blue) = 198+155+253=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C69BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFD is #396402. Grayscale: #B2B2B2. Windows color (decimal): -3761155 or 16620486. OLE color: 16620486.

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

Color convert

RGB198155253-
CMYK0.220.3900.01
HSL266.33º96.08%80%-
HSV(B)266.33º38.74%99.22%-
XYZ52.7442.5498.36-
YUV179.03169.75141.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=32.67%
G=25.58%
B=41.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981552530.220.3900.01266.3396.0880
HexC69BFD16270110a6050
Octal306233375264701412140120
Binary110001101001101111111101101101001110110000101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BFD; }

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

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

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

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

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

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

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

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