Shades of Perfume #C5AFE4
Tints of Perfume #C5AFE4
RGB
CMYK
RGB Variations
Color information
#C5AFE4 (or 0xC5AFE4) is known color: Perfume. HEX triplet: C5, AF and E4. RGB value is (197,175,228). Sum of RGB (Red+Green+Blue) = 197+175+228=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFE4 is #3A501B. Grayscale: #BBBBBB. Windows color (decimal): -3821596 or 14987205. OLE color: 14987205.
HSL color Cylindrical-coordinate representation of color #C5AFE4: hue angle of 264.91º 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 #C5AFE4 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 175 | 228 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.11 |
| HSL | 264.91º | 0.5% | 0.79% | - |
| HSV(B) | 264.91º | 0.23% | 0.89% | - |
| XYZ | 52.36 | 48.13 | 79.93 | - |
| YUV | 187.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 228 | 0.14 | 0.23 | 0 | 0.11 | 264.91 | 0.5 | 0.79 |
| Hex | C5 | AF | E4 | E | 17 | 0 | B | 109 | 32 | 4F |
| Octal | 305 | 257 | 344 | 16 | 27 | 0 | 13 | 411 | 62 | 117 |
| Binary | 11000101 | 10101111 | 11100100 | 1110 | 10111 | 0 | 1011 | 100001001 | 110010 | 1001111 |
Color Harmonies of #C5AFE4
Complementary color
Monochromatic Colors of #C5AFE4
Black with #C5AFE4
Text Example
Text Example
White with #C5AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFE4; }
p { color: rgb(197,175,228); }
H1.HeaderClassName
{
color: #C5AFE4;
}
.AnyTagClassName
{
color: #C5AFE4;
}
</style>
background-color css
<style>
a { background-color: #C5AFE4; }
a { background-color: rgb(197,175,228); }
div.DivClassName
{
background-color: #C5AFE4;
}
.BgClassName
{
background-color: #C5AFE4;
}
</style>
border-color css
<style>
span { border-color: #C5AFE4; }
span { border-color: rgb(197,175,228); }
td.TdClassName
{
border-color: #C5AFE4;
}
.TagClassName
{
border-color: #C5AFE4;
}
</style>