Shades of Mauve #CF90FE
Tints of Mauve #CF90FE
RGB
CMYK
RGB Variations
Color information
#CF90FE (or 0xCF90FE) is known color: Mauve. HEX triplet: CF, 90 and FE. RGB value is (207,144,254). Sum of RGB (Red+Green+Blue) = 207+144+254=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FE is #306F01. Grayscale: #AFAFAF. Windows color (decimal): -3174146 or 16683215. OLE color: 16683215.
HSL color Cylindrical-coordinate representation of color #CF90FE: hue angle of 274.36º 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 #CF90FE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 144 | 254 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.00 |
| HSL | 274.36º | 0.98% | 0.78% | - |
| HSV(B) | 274.36º | 0.43% | 1% | - |
| XYZ | 53.59 | 40.37 | 98.73 | - |
| YUV | 175.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 254 | 0.19 | 0.43 | 0 | 0.00 | 274.36 | 0.98 | 0.78 |
| Hex | CF | 90 | FE | 13 | 2B | 0 | 0 | 112 | 62 | 4E |
| Octal | 317 | 220 | 376 | 23 | 53 | 0 | 0 | 422 | 142 | 116 |
| Binary | 11001111 | 10010000 | 11111110 | 10011 | 101011 | 0 | 0 | 100010010 | 1100010 | 1001110 |
Color Harmonies of #CF90FE
Complementary color
Monochromatic Colors of #CF90FE
Black with #CF90FE
Text Example
Text Example
White with #CF90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90FE; }
p { color: rgb(207,144,254); }
H1.HeaderClassName
{
color: #CF90FE;
}
.AnyTagClassName
{
color: #CF90FE;
}
</style>
background-color css
<style>
a { background-color: #CF90FE; }
a { background-color: rgb(207,144,254); }
div.DivClassName
{
background-color: #CF90FE;
}
.BgClassName
{
background-color: #CF90FE;
}
</style>
border-color css
<style>
span { border-color: #CF90FE; }
span { border-color: rgb(207,144,254); }
td.TdClassName
{
border-color: #CF90FE;
}
.TagClassName
{
border-color: #CF90FE;
}
</style>