Shades of Perfume #C8AFE5
Tints of Perfume #C8AFE5
RGB
CMYK
RGB Variations
Color information
#C8AFE5 (or 0xC8AFE5) is known color: Perfume. HEX triplet: C8, AF and E5. RGB value is (200,175,229). Sum of RGB (Red+Green+Blue) = 200+175+229=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8AFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFE5 is #37501A. Grayscale: #BCBCBC. Windows color (decimal): -3624987 or 15052744. OLE color: 15052744.
HSL color Cylindrical-coordinate representation of color #C8AFE5: hue angle of 267.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8AFE5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 175 | 229 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.10 |
| HSL | 267.78º | 0.51% | 0.79% | - |
| HSV(B) | 267.78º | 0.24% | 0.9% | - |
| XYZ | 53.29 | 48.6 | 80.7 | - |
| YUV | 188.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 229 | 0.13 | 0.24 | 0 | 0.10 | 267.78 | 0.51 | 0.79 |
| Hex | C8 | AF | E5 | D | 18 | 0 | A | 10C | 33 | 4F |
| Octal | 310 | 257 | 345 | 15 | 30 | 0 | 12 | 414 | 63 | 117 |
| Binary | 11001000 | 10101111 | 11100101 | 1101 | 11000 | 0 | 1010 | 100001100 | 110011 | 1001111 |
Color Harmonies of #C8AFE5
Complementary color
Monochromatic Colors of #C8AFE5
Black with #C8AFE5
Text Example
Text Example
White with #C8AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFE5; }
p { color: rgb(200,175,229); }
H1.HeaderClassName
{
color: #C8AFE5;
}
.AnyTagClassName
{
color: #C8AFE5;
}
</style>
background-color css
<style>
a { background-color: #C8AFE5; }
a { background-color: rgb(200,175,229); }
div.DivClassName
{
background-color: #C8AFE5;
}
.BgClassName
{
background-color: #C8AFE5;
}
</style>
border-color css
<style>
span { border-color: #C8AFE5; }
span { border-color: rgb(200,175,229); }
td.TdClassName
{
border-color: #C8AFE5;
}
.TagClassName
{
border-color: #C8AFE5;
}
</style>