Shades of Perfume #C5A3FB
Tints of Perfume #C5A3FB
RGB
CMYK
RGB Variations
Color information
#C5A3FB (or 0xC5A3FB) is known color: Perfume. HEX triplet: C5, A3 and FB. RGB value is (197,163,251). Sum of RGB (Red+Green+Blue) = 197+163+251=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A3FB is #3A5C04. Grayscale: #B6B6B6. Windows color (decimal): -3824645 or 16491461. OLE color: 16491461.
HSL color Cylindrical-coordinate representation of color #C5A3FB: hue angle of 263.18º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5A3FB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 163 | 251 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.02 |
| HSL | 263.18º | 0.92% | 0.81% | - |
| HSV(B) | 263.18º | 0.35% | 0.98% | - |
| XYZ | 53.54 | 45.03 | 97.14 | - |
| YUV | 183.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 251 | 0.22 | 0.35 | 0 | 0.02 | 263.18 | 0.92 | 0.81 |
| Hex | C5 | A3 | FB | 16 | 23 | 0 | 2 | 107 | 5C | 51 |
| Octal | 305 | 243 | 373 | 26 | 43 | 0 | 2 | 407 | 134 | 121 |
| Binary | 11000101 | 10100011 | 11111011 | 10110 | 100011 | 0 | 10 | 100000111 | 1011100 | 1010001 |
Color Harmonies of #C5A3FB
Complementary color
Monochromatic Colors of #C5A3FB
Black with #C5A3FB
Text Example
Text Example
White with #C5A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A3FB; }
p { color: rgb(197,163,251); }
H1.HeaderClassName
{
color: #C5A3FB;
}
.AnyTagClassName
{
color: #C5A3FB;
}
</style>
background-color css
<style>
a { background-color: #C5A3FB; }
a { background-color: rgb(197,163,251); }
div.DivClassName
{
background-color: #C5A3FB;
}
.BgClassName
{
background-color: #C5A3FB;
}
</style>
border-color css
<style>
span { border-color: #C5A3FB; }
span { border-color: rgb(197,163,251); }
td.TdClassName
{
border-color: #C5A3FB;
}
.TagClassName
{
border-color: #C5A3FB;
}
</style>