#CF93FD

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

Shades of Mauve #CF93FD

Tints of Mauve #CF93FD

Color information

#CF93FD (or 0xCF93FD) is unknown color: approx Mauve. HEX triplet: CF, 93 and FD. RGB value is (207,147,253). Sum of RGB (Red+Green+Blue) = 207+147+253=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF93FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93FD is #306C02. Grayscale: #B0B0B0. Windows color (decimal): -3173379 or 16618447. OLE color: 16618447.

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

Color convert

RGB207147253-
CMYK0.180.4200.01
HSL273.96º96.36%78.43%-
HSV(B)273.96º41.9%99.22%-
XYZ53.941.2298.05-
YUV177.02170.88149.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 147 (57.81% from 255) = 24.22%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=34.10%
G=24.22%
B=41.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071472530.180.4200.01273.9696.3678.43
HexCF93FD122A01112604e
Octal317223375225201422140116
Binary110011111001001111111101100101010100110001001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93FD; }

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

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

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

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

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

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

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

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