Shades of Mauve #CF93FD
Tints of Mauve #CF93FD
RGB
CMYK
RGB Variations
Color information
#CF93FD (or 0xCF93FD) is known color: 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
| RGB | 207 | 147 | 253 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.01 |
| HSL | 273.96º | 0.96% | 0.78% | - |
| HSV(B) | 273.96º | 0.42% | 0.99% | - |
| XYZ | 53.9 | 41.22 | 98.05 | - |
| YUV | 177.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 253 | 0.18 | 0.42 | 0 | 0.01 | 273.96 | 0.96 | 0.78 |
| Hex | CF | 93 | FD | 12 | 2A | 0 | 1 | 112 | 60 | 4E |
| Octal | 317 | 223 | 375 | 22 | 52 | 0 | 1 | 422 | 140 | 116 |
| Binary | 11001111 | 10010011 | 11111101 | 10010 | 101010 | 0 | 1 | 100010010 | 1100000 | 1001110 |
Color Harmonies of #CF93FD
Complementary color
Monochromatic Colors of #CF93FD
Black with #CF93FD
Text Example
Text Example
White with #CF93FD
Text Example
Text Example
HTML Codes & Css Web 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>