Shades of Perfume #C096F1
Tints of Perfume #C096F1
RGB
CMYK
RGB Variations
Color information
#C096F1 (or 0xC096F1) is known color: Perfume. HEX triplet: C0, 96 and F1. RGB value is (192,150,241). Sum of RGB (Red+Green+Blue) = 192+150+241=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #C096F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096F1 is #3F690E. Grayscale: #ACACAC. Windows color (decimal): -4155663 or 15832768. OLE color: 15832768.
HSL color Cylindrical-coordinate representation of color #C096F1: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C096F1 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 150 | 241 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.05 |
| HSL | 267.69º | 0.76% | 0.77% | - |
| HSV(B) | 267.69º | 0.38% | 0.95% | - |
| XYZ | 48.52 | 39.37 | 88.26 | - |
| YUV | 172.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 241 | 0.20 | 0.38 | 0 | 0.05 | 267.69 | 0.76 | 0.77 |
| Hex | C0 | 96 | F1 | 14 | 26 | 0 | 5 | 10C | 4C | 4D |
| Octal | 300 | 226 | 361 | 24 | 46 | 0 | 5 | 414 | 114 | 115 |
| Binary | 11000000 | 10010110 | 11110001 | 10100 | 100110 | 0 | 101 | 100001100 | 1001100 | 1001101 |
Color Harmonies of #C096F1
Complementary color
Monochromatic Colors of #C096F1
Black with #C096F1
Text Example
Text Example
White with #C096F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096F1; }
p { color: rgb(192,150,241); }
H1.HeaderClassName
{
color: #C096F1;
}
.AnyTagClassName
{
color: #C096F1;
}
</style>
background-color css
<style>
a { background-color: #C096F1; }
a { background-color: rgb(192,150,241); }
div.DivClassName
{
background-color: #C096F1;
}
.BgClassName
{
background-color: #C096F1;
}
</style>
border-color css
<style>
span { border-color: #C096F1; }
span { border-color: rgb(192,150,241); }
td.TdClassName
{
border-color: #C096F1;
}
.TagClassName
{
border-color: #C096F1;
}
</style>