Shades of Perfume #C8A7ED
Tints of Perfume #C8A7ED
RGB
CMYK
RGB Variations
Color information
#C8A7ED (or 0xC8A7ED) is known color: Perfume. HEX triplet: C8, A7 and ED. RGB value is (200,167,237). Sum of RGB (Red+Green+Blue) = 200+167+237=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8A7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A7ED is #375812. Grayscale: #B8B8B8. Windows color (decimal): -3627027 or 15574984. OLE color: 15574984.
HSL color Cylindrical-coordinate representation of color #C8A7ED: hue angle of 268.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A7ED is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 167 | 237 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.07 |
| HSL | 268.29º | 0.66% | 0.79% | - |
| HSV(B) | 268.29º | 0.3% | 0.93% | - |
| XYZ | 52.92 | 46.03 | 86.22 | - |
| YUV | 184.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 237 | 0.16 | 0.30 | 0 | 0.07 | 268.29 | 0.66 | 0.79 |
| Hex | C8 | A7 | ED | 10 | 1E | 0 | 7 | 10C | 42 | 4F |
| Octal | 310 | 247 | 355 | 20 | 36 | 0 | 7 | 414 | 102 | 117 |
| Binary | 11001000 | 10100111 | 11101101 | 10000 | 11110 | 0 | 111 | 100001100 | 1000010 | 1001111 |
Color Harmonies of #C8A7ED
Complementary color
Monochromatic Colors of #C8A7ED
Black with #C8A7ED
Text Example
Text Example
White with #C8A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7ED; }
p { color: rgb(200,167,237); }
H1.HeaderClassName
{
color: #C8A7ED;
}
.AnyTagClassName
{
color: #C8A7ED;
}
</style>
background-color css
<style>
a { background-color: #C8A7ED; }
a { background-color: rgb(200,167,237); }
div.DivClassName
{
background-color: #C8A7ED;
}
.BgClassName
{
background-color: #C8A7ED;
}
</style>
border-color css
<style>
span { border-color: #C8A7ED; }
span { border-color: rgb(200,167,237); }
td.TdClassName
{
border-color: #C8A7ED;
}
.TagClassName
{
border-color: #C8A7ED;
}
</style>