#CF91FE

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

Shades of Mauve #CF91FE

Tints of Mauve #CF91FE

Color information

#CF91FE (or 0xCF91FE) is unknown color: approx Mauve. HEX triplet: CF, 91 and FE. RGB value is (207,145,254). Sum of RGB (Red+Green+Blue) = 207+145+254=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF91FE is #306E01. Grayscale: #AFAFAF. Windows color (decimal): -3173890 or 16683471. OLE color: 16683471.

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

Color convert

RGB207145254-
CMYK0.190.4300.00
HSL274.13º98.2%78.24%-
HSV(B)274.13º42.91%99.61%-
XYZ53.7540.6798.78-
YUV175.96172.04150.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 145 (57.03% from 255) = 23.93%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=34.16%
G=23.93%
B=41.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071452540.190.4300.00274.1398.278.24
HexCF91FE132B00112624e
Octal317221376235300422142116
Binary110011111001000111111110100111010110010001001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91FE; }

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

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

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

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

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

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

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

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