Shades of Perfume #C7A5FA
Tints of Perfume #C7A5FA
RGB
CMYK
RGB Variations
Color information
#C7A5FA (or 0xC7A5FA) is known color: Perfume. HEX triplet: C7, A5 and FA. RGB value is (199,165,250). Sum of RGB (Red+Green+Blue) = 199+165+250=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5FA is #385A05. Grayscale: #B8B8B8. Windows color (decimal): -3693062 or 16426439. OLE color: 16426439.
HSL color Cylindrical-coordinate representation of color #C7A5FA: hue angle of 264º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A5FA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 165 | 250 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.02 |
| HSL | 264º | 0.89% | 0.81% | - |
| HSV(B) | 264º | 0.34% | 0.98% | - |
| XYZ | 54.26 | 45.95 | 96.45 | - |
| YUV | 184.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 250 | 0.20 | 0.34 | 0 | 0.02 | 264 | 0.89 | 0.81 |
| Hex | C7 | A5 | FA | 14 | 22 | 0 | 2 | 108 | 59 | 51 |
| Octal | 307 | 245 | 372 | 24 | 42 | 0 | 2 | 410 | 131 | 121 |
| Binary | 11000111 | 10100101 | 11111010 | 10100 | 100010 | 0 | 10 | 100001000 | 1011001 | 1010001 |
Color Harmonies of #C7A5FA
Complementary color
Monochromatic Colors of #C7A5FA
Black with #C7A5FA
Text Example
Text Example
White with #C7A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5FA; }
p { color: rgb(199,165,250); }
H1.HeaderClassName
{
color: #C7A5FA;
}
.AnyTagClassName
{
color: #C7A5FA;
}
</style>
background-color css
<style>
a { background-color: #C7A5FA; }
a { background-color: rgb(199,165,250); }
div.DivClassName
{
background-color: #C7A5FA;
}
.BgClassName
{
background-color: #C7A5FA;
}
</style>
border-color css
<style>
span { border-color: #C7A5FA; }
span { border-color: rgb(199,165,250); }
td.TdClassName
{
border-color: #C7A5FA;
}
.TagClassName
{
border-color: #C7A5FA;
}
</style>