Shades of Perfume #C09AED
Tints of Perfume #C09AED
RGB
CMYK
RGB Variations
Color information
#C09AED (or 0xC09AED) is known color: Perfume. HEX triplet: C0, 9A and ED. RGB value is (192,154,237). Sum of RGB (Red+Green+Blue) = 192+154+237=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C09AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AED is #3F6512. Grayscale: #AEAEAE. Windows color (decimal): -4154643 or 15571648. OLE color: 15571648.
HSL color Cylindrical-coordinate representation of color #C09AED: hue angle of 267.47º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09AED is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 154 | 237 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.07 |
| HSL | 267.47º | 0.7% | 0.77% | - |
| HSV(B) | 267.47º | 0.35% | 0.93% | - |
| XYZ | 48.58 | 40.43 | 85.36 | - |
| YUV | 174.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 237 | 0.19 | 0.35 | 0 | 0.07 | 267.47 | 0.7 | 0.77 |
| Hex | C0 | 9A | ED | 13 | 23 | 0 | 7 | 10B | 46 | 4D |
| Octal | 300 | 232 | 355 | 23 | 43 | 0 | 7 | 413 | 106 | 115 |
| Binary | 11000000 | 10011010 | 11101101 | 10011 | 100011 | 0 | 111 | 100001011 | 1000110 | 1001101 |
Color Harmonies of #C09AED
Complementary color
Monochromatic Colors of #C09AED
Black with #C09AED
Text Example
Text Example
White with #C09AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AED; }
p { color: rgb(192,154,237); }
H1.HeaderClassName
{
color: #C09AED;
}
.AnyTagClassName
{
color: #C09AED;
}
</style>
background-color css
<style>
a { background-color: #C09AED; }
a { background-color: rgb(192,154,237); }
div.DivClassName
{
background-color: #C09AED;
}
.BgClassName
{
background-color: #C09AED;
}
</style>
border-color css
<style>
span { border-color: #C09AED; }
span { border-color: rgb(192,154,237); }
td.TdClassName
{
border-color: #C09AED;
}
.TagClassName
{
border-color: #C09AED;
}
</style>