#CF97FE

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

Shades of Mauve #CF97FE

Tints of Mauve #CF97FE

Color information

#CF97FE (or 0xCF97FE) is unknown color: approx Mauve. HEX triplet: CF, 97 and FE. RGB value is (207,151,254). Sum of RGB (Red+Green+Blue) = 207+151+254=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF97FE is #306801. Grayscale: #B3B3B3. Windows color (decimal): -3172354 or 16685007. OLE color: 16685007.

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

Color convert

RGB207151254-
CMYK0.190.4100.00
HSL272.62º98.1%79.41%-
HSV(B)272.62º40.55%99.61%-
XYZ54.6942.5599.1-
YUV179.49170.05147.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=33.82%
G=24.67%
B=41.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071512540.190.4100.00272.6298.179.41
HexCF97FE132900111624f
Octal317227376235100421142117
Binary110011111001011111111110100111010010010001000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97FE; }

 p { color: rgb(207,151,254); }

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

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

 a { background-color: rgb(207,151,254); }

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

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

 span { border-color: rgb(207,151,254); }

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