Shades of Perfume #C59FF1
Tints of Perfume #C59FF1
RGB
CMYK
RGB Variations
Color information
#C59FF1 (or 0xC59FF1) is known color: Perfume. HEX triplet: C5, 9F and F1. RGB value is (197,159,241). Sum of RGB (Red+Green+Blue) = 197+159+241=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #C59FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59FF1 is #3A600E. Grayscale: #B3B3B3. Windows color (decimal): -3825679 or 15835077. OLE color: 15835077.
HSL color Cylindrical-coordinate representation of color #C59FF1: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59FF1 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 159 | 241 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.05 |
| HSL | 267.8º | 0.75% | 0.78% | - |
| HSV(B) | 267.8º | 0.34% | 0.95% | - |
| XYZ | 51.3 | 43.02 | 88.82 | - |
| YUV | 179.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 241 | 0.18 | 0.34 | 0 | 0.05 | 267.8 | 0.75 | 0.78 |
| Hex | C5 | 9F | F1 | 12 | 22 | 0 | 5 | 10C | 4B | 4E |
| Octal | 305 | 237 | 361 | 22 | 42 | 0 | 5 | 414 | 113 | 116 |
| Binary | 11000101 | 10011111 | 11110001 | 10010 | 100010 | 0 | 101 | 100001100 | 1001011 | 1001110 |
Color Harmonies of #C59FF1
Complementary color
Monochromatic Colors of #C59FF1
Black with #C59FF1
Text Example
Text Example
White with #C59FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FF1; }
p { color: rgb(197,159,241); }
H1.HeaderClassName
{
color: #C59FF1;
}
.AnyTagClassName
{
color: #C59FF1;
}
</style>
background-color css
<style>
a { background-color: #C59FF1; }
a { background-color: rgb(197,159,241); }
div.DivClassName
{
background-color: #C59FF1;
}
.BgClassName
{
background-color: #C59FF1;
}
</style>
border-color css
<style>
span { border-color: #C59FF1; }
span { border-color: rgb(197,159,241); }
td.TdClassName
{
border-color: #C59FF1;
}
.TagClassName
{
border-color: #C59FF1;
}
</style>