Shades of Perfume #C09EFD
Tints of Perfume #C09EFD
RGB
CMYK
RGB Variations
Color information
#C09EFD (or 0xC09EFD) is known color: Perfume. HEX triplet: C0, 9E and FD. RGB value is (192,158,253). Sum of RGB (Red+Green+Blue) = 192+158+253=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #C09EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EFD is #3F6102. Grayscale: #B2B2B2. Windows color (decimal): -4153603 or 16621248. OLE color: 16621248.
HSL color Cylindrical-coordinate representation of color #C09EFD: hue angle of 261.47º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09EFD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 158 | 253 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.01 |
| HSL | 261.47º | 0.96% | 0.81% | - |
| HSV(B) | 261.47º | 0.38% | 0.99% | - |
| XYZ | 51.69 | 42.75 | 98.46 | - |
| YUV | 179 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 253 | 0.24 | 0.38 | 0 | 0.01 | 261.47 | 0.96 | 0.81 |
| Hex | C0 | 9E | FD | 18 | 26 | 0 | 1 | 105 | 60 | 51 |
| Octal | 300 | 236 | 375 | 30 | 46 | 0 | 1 | 405 | 140 | 121 |
| Binary | 11000000 | 10011110 | 11111101 | 11000 | 100110 | 0 | 1 | 100000101 | 1100000 | 1010001 |
Color Harmonies of #C09EFD
Complementary color
Monochromatic Colors of #C09EFD
Black with #C09EFD
Text Example
Text Example
White with #C09EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EFD; }
p { color: rgb(192,158,253); }
H1.HeaderClassName
{
color: #C09EFD;
}
.AnyTagClassName
{
color: #C09EFD;
}
</style>
background-color css
<style>
a { background-color: #C09EFD; }
a { background-color: rgb(192,158,253); }
div.DivClassName
{
background-color: #C09EFD;
}
.BgClassName
{
background-color: #C09EFD;
}
</style>
border-color css
<style>
span { border-color: #C09EFD; }
span { border-color: rgb(192,158,253); }
td.TdClassName
{
border-color: #C09EFD;
}
.TagClassName
{
border-color: #C09EFD;
}
</style>