Shades of Perfume #C096F5
Tints of Perfume #C096F5
RGB
CMYK
RGB Variations
Color information
#C096F5 (or 0xC096F5) is known color: Perfume. HEX triplet: C0, 96 and F5. RGB value is (192,150,245). Sum of RGB (Red+Green+Blue) = 192+150+245=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #C096F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096F5 is #3F690A. Grayscale: #ADADAD. Windows color (decimal): -4155659 or 16094912. OLE color: 16094912.
HSL color Cylindrical-coordinate representation of color #C096F5: hue angle of 266.53º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C096F5 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 150 | 245 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.04 |
| HSL | 266.53º | 0.83% | 0.77% | - |
| HSV(B) | 266.53º | 0.39% | 0.96% | - |
| XYZ | 49.13 | 39.61 | 91.44 | - |
| YUV | 173.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 245 | 0.22 | 0.39 | 0 | 0.04 | 266.53 | 0.83 | 0.77 |
| Hex | C0 | 96 | F5 | 16 | 27 | 0 | 4 | 10B | 53 | 4D |
| Octal | 300 | 226 | 365 | 26 | 47 | 0 | 4 | 413 | 123 | 115 |
| Binary | 11000000 | 10010110 | 11110101 | 10110 | 100111 | 0 | 100 | 100001011 | 1010011 | 1001101 |
Color Harmonies of #C096F5
Complementary color
Monochromatic Colors of #C096F5
Black with #C096F5
Text Example
Text Example
White with #C096F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096F5; }
p { color: rgb(192,150,245); }
H1.HeaderClassName
{
color: #C096F5;
}
.AnyTagClassName
{
color: #C096F5;
}
</style>
background-color css
<style>
a { background-color: #C096F5; }
a { background-color: rgb(192,150,245); }
div.DivClassName
{
background-color: #C096F5;
}
.BgClassName
{
background-color: #C096F5;
}
</style>
border-color css
<style>
span { border-color: #C096F5; }
span { border-color: rgb(192,150,245); }
td.TdClassName
{
border-color: #C096F5;
}
.TagClassName
{
border-color: #C096F5;
}
</style>