Shades of Perfume #C096FE
Tints of Perfume #C096FE
RGB
CMYK
RGB Variations
Color information
#C096FE (or 0xC096FE) is known color: Perfume. HEX triplet: C0, 96 and FE. RGB value is (192,150,254). Sum of RGB (Red+Green+Blue) = 192+150+254=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C096FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096FE is #3F6901. Grayscale: #AEAEAE. Windows color (decimal): -4155650 or 16684736. OLE color: 16684736.
HSL color Cylindrical-coordinate representation of color #C096FE: hue angle of 264.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C096FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 150 | 254 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.00 |
| HSL | 264.23º | 0.98% | 0.79% | - |
| HSV(B) | 264.23º | 0.41% | 1% | - |
| XYZ | 50.53 | 40.17 | 98.86 | - |
| YUV | 174.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 254 | 0.24 | 0.41 | 0 | 0.00 | 264.23 | 0.98 | 0.79 |
| Hex | C0 | 96 | FE | 18 | 29 | 0 | 0 | 108 | 62 | 4F |
| Octal | 300 | 226 | 376 | 30 | 51 | 0 | 0 | 410 | 142 | 117 |
| Binary | 11000000 | 10010110 | 11111110 | 11000 | 101001 | 0 | 0 | 100001000 | 1100010 | 1001111 |
Color Harmonies of #C096FE
Complementary color
Monochromatic Colors of #C096FE
Black with #C096FE
Text Example
Text Example
White with #C096FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096FE; }
p { color: rgb(192,150,254); }
H1.HeaderClassName
{
color: #C096FE;
}
.AnyTagClassName
{
color: #C096FE;
}
</style>
background-color css
<style>
a { background-color: #C096FE; }
a { background-color: rgb(192,150,254); }
div.DivClassName
{
background-color: #C096FE;
}
.BgClassName
{
background-color: #C096FE;
}
</style>
border-color css
<style>
span { border-color: #C096FE; }
span { border-color: rgb(192,150,254); }
td.TdClassName
{
border-color: #C096FE;
}
.TagClassName
{
border-color: #C096FE;
}
</style>