#CFA7FE

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

Shades of Mauve #CFA7FE

Tints of Mauve #CFA7FE

Color information

#CFA7FE (or 0xCFA7FE) is unknown color: approx Mauve. HEX triplet: CF, A7 and FE. RGB value is (207,167,254). Sum of RGB (Red+Green+Blue) = 207+167+254=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FE is #305801. Grayscale: #BCBCBC. Windows color (decimal): -3168258 or 16689103. OLE color: 16689103.

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

Color convert

RGB207167254-
CMYK0.190.3400.00
HSL267.59º97.75%82.55%-
HSV(B)267.59º34.25%99.61%-
XYZ57.4448.06100.01-
YUV188.88164.75140.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 167 (65.62% from 255) = 26.59%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=32.96%
G=26.59%
B=40.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071672540.190.3400.00267.5997.7582.55
HexCFA7FE13220010c6253
Octal317247376234200414142123
Binary110011111010011111111110100111000100010000110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7FE; }

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

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

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

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

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

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

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

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