#CF9AFD

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

Shades of Mauve #CF9AFD

Tints of Mauve #CF9AFD

Color information

#CF9AFD (or 0xCF9AFD) is unknown color: approx Mauve. HEX triplet: CF, 9A and FD. RGB value is (207,154,253). Sum of RGB (Red+Green+Blue) = 207+154+253=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9AFD is #306502. Grayscale: #B4B4B4. Windows color (decimal): -3171587 or 16620239. OLE color: 16620239.

HSL color Cylindrical-coordinate representation of color #CF9AFD: hue angle of 272.12º 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 #CF9AFD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207154253-
CMYK0.180.3900.01
HSL272.12º96.12%79.8%-
HSV(B)272.12º39.13%99.22%-
XYZ55.0243.4798.42-
YUV181.13168.56146.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=33.71%
G=25.08%
B=41.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071542530.180.3900.01272.1296.1279.8
HexCF9AFD1227011106050
Octal317232375224701420140120
Binary110011111001101011111101100101001110110001000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AFD; }

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

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

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

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

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

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

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

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