Shades of Perfume #C09DF4
Tints of Perfume #C09DF4
RGB
CMYK
RGB Variations
Color information
#C09DF4 (or 0xC09DF4) is known color: Perfume. HEX triplet: C0, 9D and F4. RGB value is (192,157,244). Sum of RGB (Red+Green+Blue) = 192+157+244=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #C09DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DF4 is #3F620B. Grayscale: #B1B1B1. Windows color (decimal): -4153868 or 16031168. OLE color: 16031168.
HSL color Cylindrical-coordinate representation of color #C09DF4: hue angle of 264.14º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C09DF4 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 157 | 244 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.04 |
| HSL | 264.14º | 0.8% | 0.79% | - |
| HSV(B) | 264.14º | 0.36% | 0.96% | - |
| XYZ | 50.12 | 41.85 | 91.02 | - |
| YUV | 177.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 244 | 0.21 | 0.36 | 0 | 0.04 | 264.14 | 0.8 | 0.79 |
| Hex | C0 | 9D | F4 | 15 | 24 | 0 | 4 | 108 | 50 | 4F |
| Octal | 300 | 235 | 364 | 25 | 44 | 0 | 4 | 410 | 120 | 117 |
| Binary | 11000000 | 10011101 | 11110100 | 10101 | 100100 | 0 | 100 | 100001000 | 1010000 | 1001111 |
Color Harmonies of #C09DF4
Complementary color
Monochromatic Colors of #C09DF4
Black with #C09DF4
Text Example
Text Example
White with #C09DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DF4; }
p { color: rgb(192,157,244); }
H1.HeaderClassName
{
color: #C09DF4;
}
.AnyTagClassName
{
color: #C09DF4;
}
</style>
background-color css
<style>
a { background-color: #C09DF4; }
a { background-color: rgb(192,157,244); }
div.DivClassName
{
background-color: #C09DF4;
}
.BgClassName
{
background-color: #C09DF4;
}
</style>
border-color css
<style>
span { border-color: #C09DF4; }
span { border-color: rgb(192,157,244); }
td.TdClassName
{
border-color: #C09DF4;
}
.TagClassName
{
border-color: #C09DF4;
}
</style>