Shades of Perfume #C096F3
Tints of Perfume #C096F3
RGB
CMYK
RGB Variations
Color information
#C096F3 (or 0xC096F3) is known color: Perfume. HEX triplet: C0, 96 and F3. RGB value is (192,150,243). Sum of RGB (Red+Green+Blue) = 192+150+243=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #C096F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096F3 is #3F690C. Grayscale: #ACACAC. Windows color (decimal): -4155661 or 15963840. OLE color: 15963840.
HSL color Cylindrical-coordinate representation of color #C096F3: hue angle of 267.1º degrees, saturation: 0.79, 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 #C096F3 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 150 | 243 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.05 |
| HSL | 267.1º | 0.79% | 0.77% | - |
| HSV(B) | 267.1º | 0.38% | 0.95% | - |
| XYZ | 48.82 | 39.49 | 89.84 | - |
| YUV | 173.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 243 | 0.21 | 0.38 | 0 | 0.05 | 267.1 | 0.79 | 0.77 |
| Hex | C0 | 96 | F3 | 15 | 26 | 0 | 5 | 10B | 4F | 4D |
| Octal | 300 | 226 | 363 | 25 | 46 | 0 | 5 | 413 | 117 | 115 |
| Binary | 11000000 | 10010110 | 11110011 | 10101 | 100110 | 0 | 101 | 100001011 | 1001111 | 1001101 |
Color Harmonies of #C096F3
Complementary color
Monochromatic Colors of #C096F3
Black with #C096F3
Text Example
Text Example
White with #C096F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096F3; }
p { color: rgb(192,150,243); }
H1.HeaderClassName
{
color: #C096F3;
}
.AnyTagClassName
{
color: #C096F3;
}
</style>
background-color css
<style>
a { background-color: #C096F3; }
a { background-color: rgb(192,150,243); }
div.DivClassName
{
background-color: #C096F3;
}
.BgClassName
{
background-color: #C096F3;
}
</style>
border-color css
<style>
span { border-color: #C096F3; }
span { border-color: rgb(192,150,243); }
td.TdClassName
{
border-color: #C096F3;
}
.TagClassName
{
border-color: #C096F3;
}
</style>