Shades of Perfume #C5A6EF
Tints of Perfume #C5A6EF
RGB
CMYK
RGB Variations
Color information
#C5A6EF (or 0xC5A6EF) is known color: Perfume. HEX triplet: C5, A6 and EF. RGB value is (197,166,239). Sum of RGB (Red+Green+Blue) = 197+166+239=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5A6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A6EF is #3A5910. Grayscale: #B7B7B7. Windows color (decimal): -3823889 or 15705797. OLE color: 15705797.
HSL color Cylindrical-coordinate representation of color #C5A6EF: hue angle of 265.48º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5A6EF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 166 | 239 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.06 |
| HSL | 265.48º | 0.7% | 0.79% | - |
| HSV(B) | 265.48º | 0.31% | 0.94% | - |
| XYZ | 52.24 | 45.37 | 87.67 | - |
| YUV | 183.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 239 | 0.18 | 0.31 | 0 | 0.06 | 265.48 | 0.7 | 0.79 |
| Hex | C5 | A6 | EF | 12 | 1F | 0 | 6 | 109 | 46 | 4F |
| Octal | 305 | 246 | 357 | 22 | 37 | 0 | 6 | 411 | 106 | 117 |
| Binary | 11000101 | 10100110 | 11101111 | 10010 | 11111 | 0 | 110 | 100001001 | 1000110 | 1001111 |
Color Harmonies of #C5A6EF
Complementary color
Monochromatic Colors of #C5A6EF
Black with #C5A6EF
Text Example
Text Example
White with #C5A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A6EF; }
p { color: rgb(197,166,239); }
H1.HeaderClassName
{
color: #C5A6EF;
}
.AnyTagClassName
{
color: #C5A6EF;
}
</style>
background-color css
<style>
a { background-color: #C5A6EF; }
a { background-color: rgb(197,166,239); }
div.DivClassName
{
background-color: #C5A6EF;
}
.BgClassName
{
background-color: #C5A6EF;
}
</style>
border-color css
<style>
span { border-color: #C5A6EF; }
span { border-color: rgb(197,166,239); }
td.TdClassName
{
border-color: #C5A6EF;
}
.TagClassName
{
border-color: #C5A6EF;
}
</style>