Shades of Perfume #C09DDC
Tints of Perfume #C09DDC
RGB
CMYK
RGB Variations
Color information
#C09DDC (or 0xC09DDC) is known color: Perfume. HEX triplet: C0, 9D and DC. RGB value is (192,157,220). Sum of RGB (Red+Green+Blue) = 192+157+220=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C09DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DDC is #3F6223. Grayscale: #AEAEAE. Windows color (decimal): -4153892 or 14458304. OLE color: 14458304.
HSL color Cylindrical-coordinate representation of color #C09DDC: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09DDC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 157 | 220 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.14 |
| HSL | 273.33º | 0.47% | 0.74% | - |
| HSV(B) | 273.33º | 0.29% | 0.86% | - |
| XYZ | 46.71 | 40.49 | 73.06 | - |
| YUV | 174.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 220 | 0.13 | 0.29 | 0 | 0.14 | 273.33 | 0.47 | 0.74 |
| Hex | C0 | 9D | DC | D | 1D | 0 | E | 111 | 2F | 4A |
| Octal | 300 | 235 | 334 | 15 | 35 | 0 | 16 | 421 | 57 | 112 |
| Binary | 11000000 | 10011101 | 11011100 | 1101 | 11101 | 0 | 1110 | 100010001 | 101111 | 1001010 |
Color Harmonies of #C09DDC
Complementary color
Monochromatic Colors of #C09DDC
Black with #C09DDC
Text Example
Text Example
White with #C09DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DDC; }
p { color: rgb(192,157,220); }
H1.HeaderClassName
{
color: #C09DDC;
}
.AnyTagClassName
{
color: #C09DDC;
}
</style>
background-color css
<style>
a { background-color: #C09DDC; }
a { background-color: rgb(192,157,220); }
div.DivClassName
{
background-color: #C09DDC;
}
.BgClassName
{
background-color: #C09DDC;
}
</style>
border-color css
<style>
span { border-color: #C09DDC; }
span { border-color: rgb(192,157,220); }
td.TdClassName
{
border-color: #C09DDC;
}
.TagClassName
{
border-color: #C09DDC;
}
</style>