Shades of Perfume #C095EC
Tints of Perfume #C095EC
RGB
CMYK
RGB Variations
Color information
#C095EC (or 0xC095EC) is known color: Perfume. HEX triplet: C0, 95 and EC. RGB value is (192,149,236). Sum of RGB (Red+Green+Blue) = 192+149+236=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #C095EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095EC is #3F6A13. Grayscale: #ABABAB. Windows color (decimal): -4155924 or 15504832. OLE color: 15504832.
HSL color Cylindrical-coordinate representation of color #C095EC: hue angle of 269.66º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C095EC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 149 | 236 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.07 |
| HSL | 269.66º | 0.7% | 0.75% | - |
| HSV(B) | 269.66º | 0.37% | 0.93% | - |
| XYZ | 47.63 | 38.76 | 84.33 | - |
| YUV | 171.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 236 | 0.19 | 0.37 | 0 | 0.07 | 269.66 | 0.7 | 0.75 |
| Hex | C0 | 95 | EC | 13 | 25 | 0 | 7 | 10E | 46 | 4B |
| Octal | 300 | 225 | 354 | 23 | 45 | 0 | 7 | 416 | 106 | 113 |
| Binary | 11000000 | 10010101 | 11101100 | 10011 | 100101 | 0 | 111 | 100001110 | 1000110 | 1001011 |
Color Harmonies of #C095EC
Complementary color
Monochromatic Colors of #C095EC
Black with #C095EC
Text Example
Text Example
White with #C095EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095EC; }
p { color: rgb(192,149,236); }
H1.HeaderClassName
{
color: #C095EC;
}
.AnyTagClassName
{
color: #C095EC;
}
</style>
background-color css
<style>
a { background-color: #C095EC; }
a { background-color: rgb(192,149,236); }
div.DivClassName
{
background-color: #C095EC;
}
.BgClassName
{
background-color: #C095EC;
}
</style>
border-color css
<style>
span { border-color: #C095EC; }
span { border-color: rgb(192,149,236); }
td.TdClassName
{
border-color: #C095EC;
}
.TagClassName
{
border-color: #C095EC;
}
</style>