Shades of Mauve #CF90FD
Tints of Mauve #CF90FD
RGB
CMYK
RGB Variations
Color information
#CF90FD (or 0xCF90FD) is known color: Mauve. HEX triplet: CF, 90 and FD. RGB value is (207,144,253). Sum of RGB (Red+Green+Blue) = 207+144+253=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FD is #306F02. Grayscale: #AEAEAE. Windows color (decimal): -3174147 or 16617679. OLE color: 16617679.
HSL color Cylindrical-coordinate representation of color #CF90FD: hue angle of 274.68º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF90FD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 144 | 253 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.01 |
| HSL | 274.68º | 0.96% | 0.78% | - |
| HSV(B) | 274.68º | 0.43% | 0.99% | - |
| XYZ | 53.44 | 40.3 | 97.89 | - |
| YUV | 175.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 253 | 0.18 | 0.43 | 0 | 0.01 | 274.68 | 0.96 | 0.78 |
| Hex | CF | 90 | FD | 12 | 2B | 0 | 1 | 113 | 60 | 4E |
| Octal | 317 | 220 | 375 | 22 | 53 | 0 | 1 | 423 | 140 | 116 |
| Binary | 11001111 | 10010000 | 11111101 | 10010 | 101011 | 0 | 1 | 100010011 | 1100000 | 1001110 |
Color Harmonies of #CF90FD
Complementary color
Monochromatic Colors of #CF90FD
Black with #CF90FD
Text Example
Text Example
White with #CF90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90FD; }
p { color: rgb(207,144,253); }
H1.HeaderClassName
{
color: #CF90FD;
}
.AnyTagClassName
{
color: #CF90FD;
}
</style>
background-color css
<style>
a { background-color: #CF90FD; }
a { background-color: rgb(207,144,253); }
div.DivClassName
{
background-color: #CF90FD;
}
.BgClassName
{
background-color: #CF90FD;
}
</style>
border-color css
<style>
span { border-color: #CF90FD; }
span { border-color: rgb(207,144,253); }
td.TdClassName
{
border-color: #CF90FD;
}
.TagClassName
{
border-color: #CF90FD;
}
</style>