Shades of Perfume #C095EF
Tints of Perfume #C095EF
RGB
CMYK
RGB Variations
Color information
#C095EF (or 0xC095EF) is known color: Perfume. HEX triplet: C0, 95 and EF. RGB value is (192,149,239). Sum of RGB (Red+Green+Blue) = 192+149+239=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C095EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095EF is #3F6A10. Grayscale: #ABABAB. Windows color (decimal): -4155921 or 15701440. OLE color: 15701440.
HSL color Cylindrical-coordinate representation of color #C095EF: hue angle of 268.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C095EF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 149 | 239 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.06 |
| HSL | 268.67º | 0.74% | 0.76% | - |
| HSV(B) | 268.67º | 0.38% | 0.94% | - |
| XYZ | 48.07 | 38.93 | 86.64 | - |
| YUV | 172.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 239 | 0.20 | 0.38 | 0 | 0.06 | 268.67 | 0.74 | 0.76 |
| Hex | C0 | 95 | EF | 14 | 26 | 0 | 6 | 10D | 4A | 4C |
| Octal | 300 | 225 | 357 | 24 | 46 | 0 | 6 | 415 | 112 | 114 |
| Binary | 11000000 | 10010101 | 11101111 | 10100 | 100110 | 0 | 110 | 100001101 | 1001010 | 1001100 |
Color Harmonies of #C095EF
Complementary color
Monochromatic Colors of #C095EF
Black with #C095EF
Text Example
Text Example
White with #C095EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095EF; }
p { color: rgb(192,149,239); }
H1.HeaderClassName
{
color: #C095EF;
}
.AnyTagClassName
{
color: #C095EF;
}
</style>
background-color css
<style>
a { background-color: #C095EF; }
a { background-color: rgb(192,149,239); }
div.DivClassName
{
background-color: #C095EF;
}
.BgClassName
{
background-color: #C095EF;
}
</style>
border-color css
<style>
span { border-color: #C095EF; }
span { border-color: rgb(192,149,239); }
td.TdClassName
{
border-color: #C095EF;
}
.TagClassName
{
border-color: #C095EF;
}
</style>