Shades of Perfume #C7A7EF
Tints of Perfume #C7A7EF
RGB
CMYK
RGB Variations
Color information
#C7A7EF (or 0xC7A7EF) is known color: Perfume. HEX triplet: C7, A7 and EF. RGB value is (199,167,239). Sum of RGB (Red+Green+Blue) = 199+167+239=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7A7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A7EF is #385810. Grayscale: #B8B8B8. Windows color (decimal): -3692561 or 15706055. OLE color: 15706055.
HSL color Cylindrical-coordinate representation of color #C7A7EF: hue angle of 266.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7A7EF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 167 | 239 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.06 |
| HSL | 266.67º | 0.69% | 0.8% | - |
| HSV(B) | 266.67º | 0.3% | 0.94% | - |
| XYZ | 52.95 | 46.01 | 87.75 | - |
| YUV | 184.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 239 | 0.17 | 0.30 | 0 | 0.06 | 266.67 | 0.69 | 0.8 |
| Hex | C7 | A7 | EF | 11 | 1E | 0 | 6 | 10B | 45 | 50 |
| Octal | 307 | 247 | 357 | 21 | 36 | 0 | 6 | 413 | 105 | 120 |
| Binary | 11000111 | 10100111 | 11101111 | 10001 | 11110 | 0 | 110 | 100001011 | 1000101 | 1010000 |
Color Harmonies of #C7A7EF
Complementary color
Monochromatic Colors of #C7A7EF
Black with #C7A7EF
Text Example
Text Example
White with #C7A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A7EF; }
p { color: rgb(199,167,239); }
H1.HeaderClassName
{
color: #C7A7EF;
}
.AnyTagClassName
{
color: #C7A7EF;
}
</style>
background-color css
<style>
a { background-color: #C7A7EF; }
a { background-color: rgb(199,167,239); }
div.DivClassName
{
background-color: #C7A7EF;
}
.BgClassName
{
background-color: #C7A7EF;
}
</style>
border-color css
<style>
span { border-color: #C7A7EF; }
span { border-color: rgb(199,167,239); }
td.TdClassName
{
border-color: #C7A7EF;
}
.TagClassName
{
border-color: #C7A7EF;
}
</style>