Shades of Perfume #C09CDE
Tints of Perfume #C09CDE
RGB
CMYK
RGB Variations
Color information
#C09CDE (or 0xC09CDE) is known color: Perfume. HEX triplet: C0, 9C and DE. RGB value is (192,156,222). Sum of RGB (Red+Green+Blue) = 192+156+222=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CDE is #3F6321. Grayscale: #AEAEAE. Windows color (decimal): -4154146 or 14589120. OLE color: 14589120.
HSL color Cylindrical-coordinate representation of color #C09CDE: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09CDE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 156 | 222 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 272.73º | 0.5% | 0.74% | - |
| HSV(B) | 272.73º | 0.3% | 0.87% | - |
| XYZ | 46.81 | 40.26 | 74.41 | - |
| YUV | 174.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 222 | 0.14 | 0.30 | 0 | 0.13 | 272.73 | 0.5 | 0.74 |
| Hex | C0 | 9C | DE | E | 1E | 0 | D | 111 | 32 | 4A |
| Octal | 300 | 234 | 336 | 16 | 36 | 0 | 15 | 421 | 62 | 112 |
| Binary | 11000000 | 10011100 | 11011110 | 1110 | 11110 | 0 | 1101 | 100010001 | 110010 | 1001010 |
Color Harmonies of #C09CDE
Complementary color
Monochromatic Colors of #C09CDE
Black with #C09CDE
Text Example
Text Example
White with #C09CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CDE; }
p { color: rgb(192,156,222); }
H1.HeaderClassName
{
color: #C09CDE;
}
.AnyTagClassName
{
color: #C09CDE;
}
</style>
background-color css
<style>
a { background-color: #C09CDE; }
a { background-color: rgb(192,156,222); }
div.DivClassName
{
background-color: #C09CDE;
}
.BgClassName
{
background-color: #C09CDE;
}
</style>
border-color css
<style>
span { border-color: #C09CDE; }
span { border-color: rgb(192,156,222); }
td.TdClassName
{
border-color: #C09CDE;
}
.TagClassName
{
border-color: #C09CDE;
}
</style>