Shades of Perfume #C096EF
Tints of Perfume #C096EF
RGB
CMYK
RGB Variations
Color information
#C096EF (or 0xC096EF) is known color: Perfume. HEX triplet: C0, 96 and EF. RGB value is (192,150,239). Sum of RGB (Red+Green+Blue) = 192+150+239=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C096EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096EF is #3F6910. Grayscale: #ACACAC. Windows color (decimal): -4155665 or 15701696. OLE color: 15701696.
HSL color Cylindrical-coordinate representation of color #C096EF: hue angle of 268.31º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C096EF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 150 | 239 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.06 |
| HSL | 268.31º | 0.74% | 0.76% | - |
| HSV(B) | 268.31º | 0.37% | 0.94% | - |
| XYZ | 48.22 | 39.25 | 86.7 | - |
| YUV | 172.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 239 | 0.20 | 0.37 | 0 | 0.06 | 268.31 | 0.74 | 0.76 |
| Hex | C0 | 96 | EF | 14 | 25 | 0 | 6 | 10C | 4A | 4C |
| Octal | 300 | 226 | 357 | 24 | 45 | 0 | 6 | 414 | 112 | 114 |
| Binary | 11000000 | 10010110 | 11101111 | 10100 | 100101 | 0 | 110 | 100001100 | 1001010 | 1001100 |
Color Harmonies of #C096EF
Complementary color
Monochromatic Colors of #C096EF
Black with #C096EF
Text Example
Text Example
White with #C096EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096EF; }
p { color: rgb(192,150,239); }
H1.HeaderClassName
{
color: #C096EF;
}
.AnyTagClassName
{
color: #C096EF;
}
</style>
background-color css
<style>
a { background-color: #C096EF; }
a { background-color: rgb(192,150,239); }
div.DivClassName
{
background-color: #C096EF;
}
.BgClassName
{
background-color: #C096EF;
}
</style>
border-color css
<style>
span { border-color: #C096EF; }
span { border-color: rgb(192,150,239); }
td.TdClassName
{
border-color: #C096EF;
}
.TagClassName
{
border-color: #C096EF;
}
</style>