#CFA7FF

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

Shades of Mauve #CFA7FF

Tints of Mauve #CFA7FF

Color information

#CFA7FF (or 0xCFA7FF) is unknown color: approx Mauve. HEX triplet: CF, A7 and FF. RGB value is (207,167,255). Sum of RGB (Red+Green+Blue) = 207+167+255=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FF is #305800. Grayscale: #BCBCBC. Windows color (decimal): -3168257 or 16754639. OLE color: 16754639.

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

Color convert

RGB207167255-
CMYK0.190.3500
HSL267.27º100%82.75%-
HSV(B)267.27º34.51%100%-
XYZ57.648.12100.86-
YUV188.99165.25140.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 167 (65.62% from 255) = 26.55%
BLUE value IS 255 (100% from 255) = 40.54%
R=32.91%
G=26.55%
B=40.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071672550.190.3500267.2710082.75
HexCFA7FF13230010b6453
Octal317247377234300413144123
Binary110011111010011111111111100111000110010000101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7FF; }

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

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

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

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

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

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

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

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