Shades of Mauve #D69CFC
Tints of Mauve #D69CFC
RGB
CMYK
RGB Variations
Color information
#D69CFC (or 0xD69CFC) is known color: Mauve. HEX triplet: D6, 9C and FC. RGB value is (214,156,252). Sum of RGB (Red+Green+Blue) = 214+156+252=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #D69CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CFC is #296303. Grayscale: #B7B7B7. Windows color (decimal): -2712324 or 16555222. OLE color: 16555222.
HSL color Cylindrical-coordinate representation of color #D69CFC: hue angle of 276.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69CFC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 156 | 252 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.01 |
| HSL | 276.25º | 0.94% | 0.8% | - |
| HSV(B) | 276.25º | 0.38% | 0.99% | - |
| XYZ | 57.19 | 45.1 | 97.79 | - |
| YUV | 184.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 252 | 0.15 | 0.38 | 0 | 0.01 | 276.25 | 0.94 | 0.8 |
| Hex | D6 | 9C | FC | F | 26 | 0 | 1 | 114 | 5E | 50 |
| Octal | 326 | 234 | 374 | 17 | 46 | 0 | 1 | 424 | 136 | 120 |
| Binary | 11010110 | 10011100 | 11111100 | 1111 | 100110 | 0 | 1 | 100010100 | 1011110 | 1010000 |
Color Harmonies of #D69CFC
Complementary color
Monochromatic Colors of #D69CFC
Black with #D69CFC
Text Example
Text Example
White with #D69CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CFC; }
p { color: rgb(214,156,252); }
H1.HeaderClassName
{
color: #D69CFC;
}
.AnyTagClassName
{
color: #D69CFC;
}
</style>
background-color css
<style>
a { background-color: #D69CFC; }
a { background-color: rgb(214,156,252); }
div.DivClassName
{
background-color: #D69CFC;
}
.BgClassName
{
background-color: #D69CFC;
}
</style>
border-color css
<style>
span { border-color: #D69CFC; }
span { border-color: rgb(214,156,252); }
td.TdClassName
{
border-color: #D69CFC;
}
.TagClassName
{
border-color: #D69CFC;
}
</style>