Shades of Perfume #C7A8EB
Tints of Perfume #C7A8EB
RGB
CMYK
RGB Variations
Color information
#C7A8EB (or 0xC7A8EB) is known color: Perfume. HEX triplet: C7, A8 and EB. RGB value is (199,168,235). Sum of RGB (Red+Green+Blue) = 199+168+235=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A8EB is #385714. Grayscale: #B8B8B8. Windows color (decimal): -3692309 or 15444167. OLE color: 15444167.
HSL color Cylindrical-coordinate representation of color #C7A8EB: hue angle of 267.76º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7A8EB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 168 | 235 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.08 |
| HSL | 267.76º | 0.63% | 0.79% | - |
| HSV(B) | 267.76º | 0.29% | 0.92% | - |
| XYZ | 52.55 | 46.15 | 84.73 | - |
| YUV | 184.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 235 | 0.15 | 0.29 | 0 | 0.08 | 267.76 | 0.63 | 0.79 |
| Hex | C7 | A8 | EB | F | 1D | 0 | 8 | 10C | 3F | 4F |
| Octal | 307 | 250 | 353 | 17 | 35 | 0 | 10 | 414 | 77 | 117 |
| Binary | 11000111 | 10101000 | 11101011 | 1111 | 11101 | 0 | 1000 | 100001100 | 111111 | 1001111 |
Color Harmonies of #C7A8EB
Complementary color
Monochromatic Colors of #C7A8EB
Black with #C7A8EB
Text Example
Text Example
White with #C7A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8EB; }
p { color: rgb(199,168,235); }
H1.HeaderClassName
{
color: #C7A8EB;
}
.AnyTagClassName
{
color: #C7A8EB;
}
</style>
background-color css
<style>
a { background-color: #C7A8EB; }
a { background-color: rgb(199,168,235); }
div.DivClassName
{
background-color: #C7A8EB;
}
.BgClassName
{
background-color: #C7A8EB;
}
</style>
border-color css
<style>
span { border-color: #C7A8EB; }
span { border-color: rgb(199,168,235); }
td.TdClassName
{
border-color: #C7A8EB;
}
.TagClassName
{
border-color: #C7A8EB;
}
</style>