Shades of Perfume #C392FF
Tints of Perfume #C392FF
RGB
CMYK
RGB Variations
Color information
#C392FF (or 0xC392FF) is known color: Perfume. HEX triplet: C3, 92 and FF. RGB value is (195,146,255). Sum of RGB (Red+Green+Blue) = 195+146+255=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C392FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392FF is #3C6D00. Grayscale: #ACACAC. Windows color (decimal): -3960065 or 16749251. OLE color: 16749251.
HSL color Cylindrical-coordinate representation of color #C392FF: hue angle of 266.97º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C392FF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 146 | 255 | - |
| CMYK | 0.24 | 0.43 | 0 | 0 |
| HSL | 266.97º | 1% | 0.79% | - |
| HSV(B) | 266.97º | 0.43% | 1% | - |
| XYZ | 50.83 | 39.38 | 99.53 | - |
| YUV | 173.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 255 | 0.24 | 0.43 | 0 | 0 | 266.97 | 1 | 0.79 |
| Hex | C3 | 92 | FF | 18 | 2B | 0 | 0 | 10B | 64 | 4F |
| Octal | 303 | 222 | 377 | 30 | 53 | 0 | 0 | 413 | 144 | 117 |
| Binary | 11000011 | 10010010 | 11111111 | 11000 | 101011 | 0 | 0 | 100001011 | 1100100 | 1001111 |
Color Harmonies of #C392FF
Complementary color
Monochromatic Colors of #C392FF
Black with #C392FF
Text Example
Text Example
White with #C392FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392FF; }
p { color: rgb(195,146,255); }
H1.HeaderClassName
{
color: #C392FF;
}
.AnyTagClassName
{
color: #C392FF;
}
</style>
background-color css
<style>
a { background-color: #C392FF; }
a { background-color: rgb(195,146,255); }
div.DivClassName
{
background-color: #C392FF;
}
.BgClassName
{
background-color: #C392FF;
}
</style>
border-color css
<style>
span { border-color: #C392FF; }
span { border-color: rgb(195,146,255); }
td.TdClassName
{
border-color: #C392FF;
}
.TagClassName
{
border-color: #C392FF;
}
</style>