#CFA0FD

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

Shades of Mauve #CFA0FD

Tints of Mauve #CFA0FD

Color information

#CFA0FD (or 0xCFA0FD) is unknown color: approx Mauve. HEX triplet: CF, A0 and FD. RGB value is (207,160,253). Sum of RGB (Red+Green+Blue) = 207+160+253=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0FD is #305F02. Grayscale: #B8B8B8. Windows color (decimal): -3170051 or 16621775. OLE color: 16621775.

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

Color convert

RGB207160253-
CMYK0.180.3700.01
HSL270.32º95.88%80.98%-
HSV(B)270.32º36.76%99.22%-
XYZ56.0345.598.76-
YUV184.66166.57143.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 160 (62.89% from 255) = 25.81%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=33.39%
G=25.81%
B=40.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071602530.180.3700.01270.3295.8880.98
HexCFA0FD12250110e6051
Octal317240375224501416140121
Binary110011111010000011111101100101001010110000111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0FD; }

 p { color: rgb(207,160,253); }

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

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

 a { background-color: rgb(207,160,253); }

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

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

 span { border-color: rgb(207,160,253); }

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