Shades of Perfume #C59AFD
Tints of Perfume #C59AFD
RGB
CMYK
RGB Variations
Color information
#C59AFD (or 0xC59AFD) is known color: Perfume. HEX triplet: C5, 9A and FD. RGB value is (197,154,253). Sum of RGB (Red+Green+Blue) = 197+154+253=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C59AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AFD is #3A6502. Grayscale: #B1B1B1. Windows color (decimal): -3826947 or 16620229. OLE color: 16620229.
HSL color Cylindrical-coordinate representation of color #C59AFD: hue angle of 266.06º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59AFD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 154 | 253 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.01 |
| HSL | 266.06º | 0.96% | 0.8% | - |
| HSV(B) | 266.06º | 0.39% | 0.99% | - |
| XYZ | 52.31 | 42.07 | 98.29 | - |
| YUV | 178.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 253 | 0.22 | 0.39 | 0 | 0.01 | 266.06 | 0.96 | 0.8 |
| Hex | C5 | 9A | FD | 16 | 27 | 0 | 1 | 10A | 60 | 50 |
| Octal | 305 | 232 | 375 | 26 | 47 | 0 | 1 | 412 | 140 | 120 |
| Binary | 11000101 | 10011010 | 11111101 | 10110 | 100111 | 0 | 1 | 100001010 | 1100000 | 1010000 |
Color Harmonies of #C59AFD
Complementary color
Monochromatic Colors of #C59AFD
Black with #C59AFD
Text Example
Text Example
White with #C59AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59AFD; }
p { color: rgb(197,154,253); }
H1.HeaderClassName
{
color: #C59AFD;
}
.AnyTagClassName
{
color: #C59AFD;
}
</style>
background-color css
<style>
a { background-color: #C59AFD; }
a { background-color: rgb(197,154,253); }
div.DivClassName
{
background-color: #C59AFD;
}
.BgClassName
{
background-color: #C59AFD;
}
</style>
border-color css
<style>
span { border-color: #C59AFD; }
span { border-color: rgb(197,154,253); }
td.TdClassName
{
border-color: #C59AFD;
}
.TagClassName
{
border-color: #C59AFD;
}
</style>