#CF9FF5

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

Shades of Mauve #CF9FF5

Tints of Mauve #CF9FF5

Color information

#CF9FF5 (or 0xCF9FF5) is unknown color: approx Mauve. HEX triplet: CF, 9F and F5. RGB value is (207,159,245). Sum of RGB (Red+Green+Blue) = 207+159+245=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF9FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FF5 is #30600A. Grayscale: #B6B6B6. Windows color (decimal): -3170315 or 16097231. OLE color: 16097231.

HSL color Cylindrical-coordinate representation of color #CF9FF5: hue angle of 273.49º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9FF5 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207159245-
CMYK0.160.3500.04
HSL273.49º81.13%79.22%-
HSV(B)273.49º35.1%96.08%-
XYZ54.6144.6592.13-
YUV183.16162.9145.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=33.88%
G=26.02%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071592450.160.3500.04273.4981.1379.22
HexCF9FF5102304111514f
Octal317237365204304421121117
Binary11001111100111111111010110000100011010010001000110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FF5; }

 p { color: rgb(207,159,245); }

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

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

 a { background-color: rgb(207,159,245); }

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

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

 span { border-color: rgb(207,159,245); }

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