Shades of Perfume #C5AFE7
Tints of Perfume #C5AFE7
RGB
CMYK
RGB Variations
Color information
#C5AFE7 (or 0xC5AFE7) is known color: Perfume. HEX triplet: C5, AF and E7. RGB value is (197,175,231). Sum of RGB (Red+Green+Blue) = 197+175+231=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #C5AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFE7 is #3A5018. Grayscale: #BBBBBB. Windows color (decimal): -3821593 or 15183813. OLE color: 15183813.
HSL color Cylindrical-coordinate representation of color #C5AFE7: hue angle of 263.57º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5AFE7 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 175 | 231 | - |
CMYK | 0.15 | 0.24 | 0 | 0.09 |
HSL | 263.57º | 0.54% | 0.8% | - |
HSV(B) | 263.57º | 0.24% | 0.91% | - |
XYZ | 52.78 | 48.3 | 82.14 | - |
YUV | 187.96 | 152.29 | 134.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 175 | 231 | 0.15 | 0.24 | 0 | 0.09 | 263.57 | 0.54 | 0.8 |
Hex | C5 | AF | E7 | F | 18 | 0 | 9 | 108 | 36 | 50 |
Octal | 305 | 257 | 347 | 17 | 30 | 0 | 11 | 410 | 66 | 120 |
Binary | 11000101 | 10101111 | 11100111 | 1111 | 11000 | 0 | 1001 | 100001000 | 110110 | 1010000 |
Color Harmonies of #C5AFE7
Complementary color
Monochromatic Colors of #C5AFE7
Black with #C5AFE7
Text Example
Text Example
White with #C5AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFE7; }
p { color: rgb(197,175,231); }
H1.HeaderClassName
{
color: #C5AFE7;
}
.AnyTagClassName
{
color: #C5AFE7;
}
</style>
background-color css
<style>
a { background-color: #C5AFE7; }
a { background-color: rgb(197,175,231); }
div.DivClassName
{
background-color: #C5AFE7;
}
.BgClassName
{
background-color: #C5AFE7;
}
</style>
border-color css
<style>
span { border-color: #C5AFE7; }
span { border-color: rgb(197,175,231); }
td.TdClassName
{
border-color: #C5AFE7;
}
.TagClassName
{
border-color: #C5AFE7;
}
</style>