Shades of Perfume #C09CF4
Tints of Perfume #C09CF4
RGB
CMYK
RGB Variations
Color information
#C09CF4 (or 0xC09CF4) is known color: Perfume. HEX triplet: C0, 9C and F4. RGB value is (192,156,244). Sum of RGB (Red+Green+Blue) = 192+156+244=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 244 - color contains mainly: blue. Hex color #C09CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CF4 is #3F630B. Grayscale: #B0B0B0. Windows color (decimal): -4154124 or 16030912. OLE color: 16030912.
HSL color Cylindrical-coordinate representation of color #C09CF4: hue angle of 264.55º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C09CF4 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 156 | 244 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.04 |
| HSL | 264.55º | 0.8% | 0.78% | - |
| HSV(B) | 264.55º | 0.36% | 0.96% | - |
| XYZ | 49.96 | 41.52 | 90.97 | - |
| YUV | 176.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 244 | 0.21 | 0.36 | 0 | 0.04 | 264.55 | 0.8 | 0.78 |
| Hex | C0 | 9C | F4 | 15 | 24 | 0 | 4 | 109 | 50 | 4E |
| Octal | 300 | 234 | 364 | 25 | 44 | 0 | 4 | 411 | 120 | 116 |
| Binary | 11000000 | 10011100 | 11110100 | 10101 | 100100 | 0 | 100 | 100001001 | 1010000 | 1001110 |
Color Harmonies of #C09CF4
Complementary color
Monochromatic Colors of #C09CF4
Black with #C09CF4
Text Example
Text Example
White with #C09CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CF4; }
p { color: rgb(192,156,244); }
H1.HeaderClassName
{
color: #C09CF4;
}
.AnyTagClassName
{
color: #C09CF4;
}
</style>
background-color css
<style>
a { background-color: #C09CF4; }
a { background-color: rgb(192,156,244); }
div.DivClassName
{
background-color: #C09CF4;
}
.BgClassName
{
background-color: #C09CF4;
}
</style>
border-color css
<style>
span { border-color: #C09CF4; }
span { border-color: rgb(192,156,244); }
td.TdClassName
{
border-color: #C09CF4;
}
.TagClassName
{
border-color: #C09CF4;
}
</style>