Shades of Perfume #C099ED
Tints of Perfume #C099ED
RGB
CMYK
RGB Variations
Color information
#C099ED (or 0xC099ED) is known color: Perfume. HEX triplet: C0, 99 and ED. RGB value is (192,153,237). Sum of RGB (Red+Green+Blue) = 192+153+237=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C099ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099ED is #3F6612. Grayscale: #ADADAD. Windows color (decimal): -4154899 or 15571392. OLE color: 15571392.
HSL color Cylindrical-coordinate representation of color #C099ED: hue angle of 267.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C099ED is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 153 | 237 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.07 |
| HSL | 267.86º | 0.7% | 0.76% | - |
| HSV(B) | 267.86º | 0.35% | 0.93% | - |
| XYZ | 48.42 | 40.1 | 85.31 | - |
| YUV | 174.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 237 | 0.19 | 0.35 | 0 | 0.07 | 267.86 | 0.7 | 0.76 |
| Hex | C0 | 99 | ED | 13 | 23 | 0 | 7 | 10C | 46 | 4C |
| Octal | 300 | 231 | 355 | 23 | 43 | 0 | 7 | 414 | 106 | 114 |
| Binary | 11000000 | 10011001 | 11101101 | 10011 | 100011 | 0 | 111 | 100001100 | 1000110 | 1001100 |
Color Harmonies of #C099ED
Complementary color
Monochromatic Colors of #C099ED
Black with #C099ED
Text Example
Text Example
White with #C099ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099ED; }
p { color: rgb(192,153,237); }
H1.HeaderClassName
{
color: #C099ED;
}
.AnyTagClassName
{
color: #C099ED;
}
</style>
background-color css
<style>
a { background-color: #C099ED; }
a { background-color: rgb(192,153,237); }
div.DivClassName
{
background-color: #C099ED;
}
.BgClassName
{
background-color: #C099ED;
}
</style>
border-color css
<style>
span { border-color: #C099ED; }
span { border-color: rgb(192,153,237); }
td.TdClassName
{
border-color: #C099ED;
}
.TagClassName
{
border-color: #C099ED;
}
</style>