#CF9AFE

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

Shades of Mauve #CF9AFE

Tints of Mauve #CF9AFE

Color information

#CF9AFE (or 0xCF9AFE) is unknown color: approx Mauve. HEX triplet: CF, 9A and FE. RGB value is (207,154,254). Sum of RGB (Red+Green+Blue) = 207+154+254=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9AFE is #306501. Grayscale: #B4B4B4. Windows color (decimal): -3171586 or 16685775. OLE color: 16685775.

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

Color convert

RGB207154254-
CMYK0.190.3900.00
HSL271.8º98.04%80%-
HSV(B)271.8º39.37%99.61%-
XYZ55.1843.5399.26-
YUV181.25169.06146.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=33.66%
G=25.04%
B=41.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071542540.190.3900.00271.898.0480
HexCF9AFE1327001106250
Octal317232376234700420142120
Binary110011111001101011111110100111001110010001000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AFE; }

 p { color: rgb(207,154,254); }

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

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

 a { background-color: rgb(207,154,254); }

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

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

 span { border-color: rgb(207,154,254); }

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