Shades of Perfume #C5AFDA
Tints of Perfume #C5AFDA
RGB
CMYK
RGB Variations
Color information
#C5AFDA (or 0xC5AFDA) is known color: Perfume. HEX triplet: C5, AF and DA. RGB value is (197,175,218). Sum of RGB (Red+Green+Blue) = 197+175+218=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDA is #3A5025. Grayscale: #BABABA. Windows color (decimal): -3821606 or 14331845. OLE color: 14331845.
HSL color Cylindrical-coordinate representation of color #C5AFDA: hue angle of 270.7º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AFDA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 175 | 218 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.15 |
| HSL | 270.7º | 0.37% | 0.77% | - |
| HSV(B) | 270.7º | 0.2% | 0.85% | - |
| XYZ | 51.01 | 47.59 | 72.83 | - |
| YUV | 186.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 218 | 0.10 | 0.20 | 0 | 0.15 | 270.7 | 0.37 | 0.77 |
| Hex | C5 | AF | DA | A | 14 | 0 | F | 10F | 25 | 4D |
| Octal | 305 | 257 | 332 | 12 | 24 | 0 | 17 | 417 | 45 | 115 |
| Binary | 11000101 | 10101111 | 11011010 | 1010 | 10100 | 0 | 1111 | 100001111 | 100101 | 1001101 |
Color Harmonies of #C5AFDA
Complementary color
Monochromatic Colors of #C5AFDA
Black with #C5AFDA
Text Example
Text Example
White with #C5AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFDA; }
p { color: rgb(197,175,218); }
H1.HeaderClassName
{
color: #C5AFDA;
}
.AnyTagClassName
{
color: #C5AFDA;
}
</style>
background-color css
<style>
a { background-color: #C5AFDA; }
a { background-color: rgb(197,175,218); }
div.DivClassName
{
background-color: #C5AFDA;
}
.BgClassName
{
background-color: #C5AFDA;
}
</style>
border-color css
<style>
span { border-color: #C5AFDA; }
span { border-color: rgb(197,175,218); }
td.TdClassName
{
border-color: #C5AFDA;
}
.TagClassName
{
border-color: #C5AFDA;
}
</style>