Shades of Mauve #CFA5FD
Tints of Mauve #CFA5FD
RGB
CMYK
RGB Variations
Color information
#CFA5FD (or 0xCFA5FD) is known color: Mauve. HEX triplet: CF, A5 and FD. RGB value is (207,165,253). Sum of RGB (Red+Green+Blue) = 207+165+253=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5FD is #305A02. Grayscale: #BBBBBB. Windows color (decimal): -3168771 or 16623055. OLE color: 16623055.
HSL color Cylindrical-coordinate representation of color #CFA5FD: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA5FD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 165 | 253 | - |
CMYK | 0.18 | 0.35 | 0 | 0.01 |
HSL | 268.64º | 0.96% | 0.82% | - |
HSV(B) | 268.64º | 0.35% | 0.99% | - |
XYZ | 56.92 | 47.27 | 99.05 | - |
YUV | 187.59 | 164.91 | 141.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 165 | 253 | 0.18 | 0.35 | 0 | 0.01 | 268.64 | 0.96 | 0.82 |
Hex | CF | A5 | FD | 12 | 23 | 0 | 1 | 10D | 60 | 52 |
Octal | 317 | 245 | 375 | 22 | 43 | 0 | 1 | 415 | 140 | 122 |
Binary | 11001111 | 10100101 | 11111101 | 10010 | 100011 | 0 | 1 | 100001101 | 1100000 | 1010010 |
Color Harmonies of #CFA5FD
Complementary color
Monochromatic Colors of #CFA5FD
Black with #CFA5FD
Text Example
Text Example
White with #CFA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5FD; }
p { color: rgb(207,165,253); }
H1.HeaderClassName
{
color: #CFA5FD;
}
.AnyTagClassName
{
color: #CFA5FD;
}
</style>
background-color css
<style>
a { background-color: #CFA5FD; }
a { background-color: rgb(207,165,253); }
div.DivClassName
{
background-color: #CFA5FD;
}
.BgClassName
{
background-color: #CFA5FD;
}
</style>
border-color css
<style>
span { border-color: #CFA5FD; }
span { border-color: rgb(207,165,253); }
td.TdClassName
{
border-color: #CFA5FD;
}
.TagClassName
{
border-color: #CFA5FD;
}
</style>