Shades of Perfume #C7A4F1
Tints of Perfume #C7A4F1
RGB
CMYK
RGB Variations
Color information
#C7A4F1 (or 0xC7A4F1) is known color: Perfume. HEX triplet: C7, A4 and F1. RGB value is (199,164,241). Sum of RGB (Red+Green+Blue) = 199+164+241=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A4F1 is #385B0E. Grayscale: #B6B6B6. Windows color (decimal): -3693327 or 15836359. OLE color: 15836359.
HSL color Cylindrical-coordinate representation of color #C7A4F1: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7A4F1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 164 | 241 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.05 |
| HSL | 267.27º | 0.73% | 0.79% | - |
| HSV(B) | 267.27º | 0.32% | 0.95% | - |
| XYZ | 52.71 | 45.04 | 89.14 | - |
| YUV | 183.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 241 | 0.17 | 0.32 | 0 | 0.05 | 267.27 | 0.73 | 0.79 |
| Hex | C7 | A4 | F1 | 11 | 20 | 0 | 5 | 10B | 49 | 4F |
| Octal | 307 | 244 | 361 | 21 | 40 | 0 | 5 | 413 | 111 | 117 |
| Binary | 11000111 | 10100100 | 11110001 | 10001 | 100000 | 0 | 101 | 100001011 | 1001001 | 1001111 |
Color Harmonies of #C7A4F1
Complementary color
Monochromatic Colors of #C7A4F1
Black with #C7A4F1
Text Example
Text Example
White with #C7A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4F1; }
p { color: rgb(199,164,241); }
H1.HeaderClassName
{
color: #C7A4F1;
}
.AnyTagClassName
{
color: #C7A4F1;
}
</style>
background-color css
<style>
a { background-color: #C7A4F1; }
a { background-color: rgb(199,164,241); }
div.DivClassName
{
background-color: #C7A4F1;
}
.BgClassName
{
background-color: #C7A4F1;
}
</style>
border-color css
<style>
span { border-color: #C7A4F1; }
span { border-color: rgb(199,164,241); }
td.TdClassName
{
border-color: #C7A4F1;
}
.TagClassName
{
border-color: #C7A4F1;
}
</style>