Shades of Perfume #C098ED
Tints of Perfume #C098ED
RGB
CMYK
RGB Variations
Color information
#C098ED (or 0xC098ED) is known color: Perfume. HEX triplet: C0, 98 and ED. RGB value is (192,152,237). Sum of RGB (Red+Green+Blue) = 192+152+237=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C098ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098ED is #3F6712. Grayscale: #ADADAD. Windows color (decimal): -4155155 or 15571136. OLE color: 15571136.
HSL color Cylindrical-coordinate representation of color #C098ED: hue angle of 268.24º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C098ED is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 152 | 237 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.07 |
| HSL | 268.24º | 0.7% | 0.76% | - |
| HSV(B) | 268.24º | 0.36% | 0.93% | - |
| XYZ | 48.25 | 39.78 | 85.26 | - |
| YUV | 173.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 237 | 0.19 | 0.36 | 0 | 0.07 | 268.24 | 0.7 | 0.76 |
| Hex | C0 | 98 | ED | 13 | 24 | 0 | 7 | 10C | 46 | 4C |
| Octal | 300 | 230 | 355 | 23 | 44 | 0 | 7 | 414 | 106 | 114 |
| Binary | 11000000 | 10011000 | 11101101 | 10011 | 100100 | 0 | 111 | 100001100 | 1000110 | 1001100 |
Color Harmonies of #C098ED
Complementary color
Monochromatic Colors of #C098ED
Black with #C098ED
Text Example
Text Example
White with #C098ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098ED; }
p { color: rgb(192,152,237); }
H1.HeaderClassName
{
color: #C098ED;
}
.AnyTagClassName
{
color: #C098ED;
}
</style>
background-color css
<style>
a { background-color: #C098ED; }
a { background-color: rgb(192,152,237); }
div.DivClassName
{
background-color: #C098ED;
}
.BgClassName
{
background-color: #C098ED;
}
</style>
border-color css
<style>
span { border-color: #C098ED; }
span { border-color: rgb(192,152,237); }
td.TdClassName
{
border-color: #C098ED;
}
.TagClassName
{
border-color: #C098ED;
}
</style>