Shades of Perfume #C7A4F7
Tints of Perfume #C7A4F7
RGB
CMYK
RGB Variations
Color information
#C7A4F7 (or 0xC7A4F7) is known color: Perfume. HEX triplet: C7, A4 and F7. RGB value is (199,164,247). Sum of RGB (Red+Green+Blue) = 199+164+247=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7A4F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A4F7 is #385B08. Grayscale: #B7B7B7. Windows color (decimal): -3693321 or 16229575. OLE color: 16229575.
HSL color Cylindrical-coordinate representation of color #C7A4F7: hue angle of 265.3º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A4F7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 164 | 247 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.03 |
| HSL | 265.3º | 0.84% | 0.81% | - |
| HSV(B) | 265.3º | 0.34% | 0.97% | - |
| XYZ | 53.62 | 45.41 | 93.93 | - |
| YUV | 183.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 247 | 0.19 | 0.34 | 0 | 0.03 | 265.3 | 0.84 | 0.81 |
| Hex | C7 | A4 | F7 | 13 | 22 | 0 | 3 | 109 | 54 | 51 |
| Octal | 307 | 244 | 367 | 23 | 42 | 0 | 3 | 411 | 124 | 121 |
| Binary | 11000111 | 10100100 | 11110111 | 10011 | 100010 | 0 | 11 | 100001001 | 1010100 | 1010001 |
Color Harmonies of #C7A4F7
Complementary color
Monochromatic Colors of #C7A4F7
Black with #C7A4F7
Text Example
Text Example
White with #C7A4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4F7; }
p { color: rgb(199,164,247); }
H1.HeaderClassName
{
color: #C7A4F7;
}
.AnyTagClassName
{
color: #C7A4F7;
}
</style>
background-color css
<style>
a { background-color: #C7A4F7; }
a { background-color: rgb(199,164,247); }
div.DivClassName
{
background-color: #C7A4F7;
}
.BgClassName
{
background-color: #C7A4F7;
}
</style>
border-color css
<style>
span { border-color: #C7A4F7; }
span { border-color: rgb(199,164,247); }
td.TdClassName
{
border-color: #C7A4F7;
}
.TagClassName
{
border-color: #C7A4F7;
}
</style>