Shades of Perfume #C093FE
Tints of Perfume #C093FE
RGB
CMYK
RGB Variations
Color information
#C093FE (or 0xC093FE) is known color: Perfume. HEX triplet: C0, 93 and FE. RGB value is (192,147,254). Sum of RGB (Red+Green+Blue) = 192+147+254=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #C093FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093FE is #3F6C01. Grayscale: #ACACAC. Windows color (decimal): -4156418 or 16683968. OLE color: 16683968.
HSL color Cylindrical-coordinate representation of color #C093FE: hue angle of 265.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C093FE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 147 | 254 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.00 |
| HSL | 265.23º | 0.98% | 0.79% | - |
| HSV(B) | 265.23º | 0.42% | 1% | - |
| XYZ | 50.06 | 39.23 | 98.7 | - |
| YUV | 172.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 254 | 0.24 | 0.42 | 0 | 0.00 | 265.23 | 0.98 | 0.79 |
| Hex | C0 | 93 | FE | 18 | 2A | 0 | 0 | 109 | 62 | 4F |
| Octal | 300 | 223 | 376 | 30 | 52 | 0 | 0 | 411 | 142 | 117 |
| Binary | 11000000 | 10010011 | 11111110 | 11000 | 101010 | 0 | 0 | 100001001 | 1100010 | 1001111 |
Color Harmonies of #C093FE
Complementary color
Monochromatic Colors of #C093FE
Black with #C093FE
Text Example
Text Example
White with #C093FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093FE; }
p { color: rgb(192,147,254); }
H1.HeaderClassName
{
color: #C093FE;
}
.AnyTagClassName
{
color: #C093FE;
}
</style>
background-color css
<style>
a { background-color: #C093FE; }
a { background-color: rgb(192,147,254); }
div.DivClassName
{
background-color: #C093FE;
}
.BgClassName
{
background-color: #C093FE;
}
</style>
border-color css
<style>
span { border-color: #C093FE; }
span { border-color: rgb(192,147,254); }
td.TdClassName
{
border-color: #C093FE;
}
.TagClassName
{
border-color: #C093FE;
}
</style>