#CF99FD

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

Shades of Mauve #CF99FD

Tints of Mauve #CF99FD

Color information

#CF99FD (or 0xCF99FD) is unknown color: approx Mauve. HEX triplet: CF, 99 and FD. RGB value is (207,153,253). Sum of RGB (Red+Green+Blue) = 207+153+253=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99FD is #306602. Grayscale: #B4B4B4. Windows color (decimal): -3171843 or 16619983. OLE color: 16619983.

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

Color convert

RGB207153253-
CMYK0.180.4000.01
HSL272.4º96.15%79.61%-
HSV(B)272.4º39.53%99.22%-
XYZ54.8543.1498.36-
YUV180.55168.89146.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=33.77%
G=24.96%
B=41.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071532530.180.4000.01272.496.1579.61
HexCF99FD1228011106050
Octal317231375225001420140120
Binary110011111001100111111101100101010000110001000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99FD; }

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

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

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

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

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

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

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

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