Shades of Perfume #C59CFA
Tints of Perfume #C59CFA
RGB
CMYK
RGB Variations
Color information
#C59CFA (or 0xC59CFA) is known color: Perfume. HEX triplet: C5, 9C and FA. RGB value is (197,156,250). Sum of RGB (Red+Green+Blue) = 197+156+250=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #C59CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CFA is #3A6305. Grayscale: #B2B2B2. Windows color (decimal): -3826438 or 16424133. OLE color: 16424133.
HSL color Cylindrical-coordinate representation of color #C59CFA: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59CFA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 156 | 250 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.02 |
| HSL | 266.17º | 0.9% | 0.8% | - |
| HSV(B) | 266.17º | 0.38% | 0.98% | - |
| XYZ | 52.17 | 42.55 | 95.91 | - |
| YUV | 178.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 250 | 0.21 | 0.38 | 0 | 0.02 | 266.17 | 0.9 | 0.8 |
| Hex | C5 | 9C | FA | 15 | 26 | 0 | 2 | 10A | 5A | 50 |
| Octal | 305 | 234 | 372 | 25 | 46 | 0 | 2 | 412 | 132 | 120 |
| Binary | 11000101 | 10011100 | 11111010 | 10101 | 100110 | 0 | 10 | 100001010 | 1011010 | 1010000 |
Color Harmonies of #C59CFA
Complementary color
Monochromatic Colors of #C59CFA
Black with #C59CFA
Text Example
Text Example
White with #C59CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CFA; }
p { color: rgb(197,156,250); }
H1.HeaderClassName
{
color: #C59CFA;
}
.AnyTagClassName
{
color: #C59CFA;
}
</style>
background-color css
<style>
a { background-color: #C59CFA; }
a { background-color: rgb(197,156,250); }
div.DivClassName
{
background-color: #C59CFA;
}
.BgClassName
{
background-color: #C59CFA;
}
</style>
border-color css
<style>
span { border-color: #C59CFA; }
span { border-color: rgb(197,156,250); }
td.TdClassName
{
border-color: #C59CFA;
}
.TagClassName
{
border-color: #C59CFA;
}
</style>