#CF93FE

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

Shades of Mauve #CF93FE

Tints of Mauve #CF93FE

Color information

#CF93FE (or 0xCF93FE) is unknown color: approx Mauve. HEX triplet: CF, 93 and FE. RGB value is (207,147,254). Sum of RGB (Red+Green+Blue) = 207+147+254=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93FE is #306C01. Grayscale: #B0B0B0. Windows color (decimal): -3173378 or 16683983. OLE color: 16683983.

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

Color convert

RGB207147254-
CMYK0.190.4200.00
HSL273.64º98.17%78.63%-
HSV(B)273.64º42.13%99.61%-
XYZ54.0641.2998.89-
YUV177.14171.38149.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=34.05%
G=24.18%
B=41.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071472540.190.4200.00273.6498.1778.63
HexCF93FE132A00112624f
Octal317223376235200422142117
Binary110011111001001111111110100111010100010001001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93FE; }

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

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

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

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

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

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

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

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