Shades of Perfume #C8AFE4
Tints of Perfume #C8AFE4
RGB
CMYK
RGB Variations
Color information
#C8AFE4 (or 0xC8AFE4) is known color: Perfume. HEX triplet: C8, AF and E4. RGB value is (200,175,228). Sum of RGB (Red+Green+Blue) = 200+175+228=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFE4 is #37501B. Grayscale: #BCBCBC. Windows color (decimal): -3624988 or 14987208. OLE color: 14987208.
HSL color Cylindrical-coordinate representation of color #C8AFE4: hue angle of 268.3º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AFE4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 175 | 228 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.11 |
| HSL | 268.3º | 0.5% | 0.79% | - |
| HSV(B) | 268.3º | 0.23% | 0.89% | - |
| XYZ | 53.15 | 48.54 | 79.97 | - |
| YUV | 188.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 228 | 0.12 | 0.23 | 0 | 0.11 | 268.3 | 0.5 | 0.79 |
| Hex | C8 | AF | E4 | C | 17 | 0 | B | 10C | 32 | 4F |
| Octal | 310 | 257 | 344 | 14 | 27 | 0 | 13 | 414 | 62 | 117 |
| Binary | 11001000 | 10101111 | 11100100 | 1100 | 10111 | 0 | 1011 | 100001100 | 110010 | 1001111 |
Color Harmonies of #C8AFE4
Complementary color
Monochromatic Colors of #C8AFE4
Black with #C8AFE4
Text Example
Text Example
White with #C8AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFE4; }
p { color: rgb(200,175,228); }
H1.HeaderClassName
{
color: #C8AFE4;
}
.AnyTagClassName
{
color: #C8AFE4;
}
</style>
background-color css
<style>
a { background-color: #C8AFE4; }
a { background-color: rgb(200,175,228); }
div.DivClassName
{
background-color: #C8AFE4;
}
.BgClassName
{
background-color: #C8AFE4;
}
</style>
border-color css
<style>
span { border-color: #C8AFE4; }
span { border-color: rgb(200,175,228); }
td.TdClassName
{
border-color: #C8AFE4;
}
.TagClassName
{
border-color: #C8AFE4;
}
</style>