Shades of Perfume #C09CDD
Tints of Perfume #C09CDD
RGB
CMYK
RGB Variations
Color information
#C09CDD (or 0xC09CDD) is known color: Perfume. HEX triplet: C0, 9C and DD. RGB value is (192,156,221). Sum of RGB (Red+Green+Blue) = 192+156+221=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C09CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CDD is #3F6322. Grayscale: #ADADAD. Windows color (decimal): -4154147 or 14523584. OLE color: 14523584.
HSL color Cylindrical-coordinate representation of color #C09CDD: hue angle of 273.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09CDD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 156 | 221 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.13 |
| HSL | 273.23º | 0.49% | 0.74% | - |
| HSV(B) | 273.23º | 0.29% | 0.87% | - |
| XYZ | 46.68 | 40.2 | 73.71 | - |
| YUV | 174.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 221 | 0.13 | 0.29 | 0 | 0.13 | 273.23 | 0.49 | 0.74 |
| Hex | C0 | 9C | DD | D | 1D | 0 | D | 111 | 31 | 4A |
| Octal | 300 | 234 | 335 | 15 | 35 | 0 | 15 | 421 | 61 | 112 |
| Binary | 11000000 | 10011100 | 11011101 | 1101 | 11101 | 0 | 1101 | 100010001 | 110001 | 1001010 |
Color Harmonies of #C09CDD
Complementary color
Monochromatic Colors of #C09CDD
Black with #C09CDD
Text Example
Text Example
White with #C09CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CDD; }
p { color: rgb(192,156,221); }
H1.HeaderClassName
{
color: #C09CDD;
}
.AnyTagClassName
{
color: #C09CDD;
}
</style>
background-color css
<style>
a { background-color: #C09CDD; }
a { background-color: rgb(192,156,221); }
div.DivClassName
{
background-color: #C09CDD;
}
.BgClassName
{
background-color: #C09CDD;
}
</style>
border-color css
<style>
span { border-color: #C09CDD; }
span { border-color: rgb(192,156,221); }
td.TdClassName
{
border-color: #C09CDD;
}
.TagClassName
{
border-color: #C09CDD;
}
</style>