Shades of Perfume #C5AFE2
Tints of Perfume #C5AFE2
RGB
CMYK
RGB Variations
Color information
#C5AFE2 (or 0xC5AFE2) is known color: Perfume. HEX triplet: C5, AF and E2. RGB value is (197,175,226). Sum of RGB (Red+Green+Blue) = 197+175+226=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #C5AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFE2 is #3A501D. Grayscale: #BBBBBB. Windows color (decimal): -3821598 or 14856133. OLE color: 14856133.
HSL color Cylindrical-coordinate representation of color #C5AFE2: hue angle of 265.88º degrees, saturation: 0.47, 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 #C5AFE2 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 175 | 226 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.11 |
| HSL | 265.88º | 0.47% | 0.79% | - |
| HSV(B) | 265.88º | 0.23% | 0.89% | - |
| XYZ | 52.08 | 48.02 | 78.48 | - |
| YUV | 187.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 226 | 0.13 | 0.23 | 0 | 0.11 | 265.88 | 0.47 | 0.79 |
| Hex | C5 | AF | E2 | D | 17 | 0 | B | 10A | 2F | 4F |
| Octal | 305 | 257 | 342 | 15 | 27 | 0 | 13 | 412 | 57 | 117 |
| Binary | 11000101 | 10101111 | 11100010 | 1101 | 10111 | 0 | 1011 | 100001010 | 101111 | 1001111 |
Color Harmonies of #C5AFE2
Complementary color
Monochromatic Colors of #C5AFE2
Black with #C5AFE2
Text Example
Text Example
White with #C5AFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFE2; }
p { color: rgb(197,175,226); }
H1.HeaderClassName
{
color: #C5AFE2;
}
.AnyTagClassName
{
color: #C5AFE2;
}
</style>
background-color css
<style>
a { background-color: #C5AFE2; }
a { background-color: rgb(197,175,226); }
div.DivClassName
{
background-color: #C5AFE2;
}
.BgClassName
{
background-color: #C5AFE2;
}
</style>
border-color css
<style>
span { border-color: #C5AFE2; }
span { border-color: rgb(197,175,226); }
td.TdClassName
{
border-color: #C5AFE2;
}
.TagClassName
{
border-color: #C5AFE2;
}
</style>