Shades of Perfume #C296FC
Tints of Perfume #C296FC
RGB
CMYK
RGB Variations
Color information
#C296FC (or 0xC296FC) is known color: Perfume. HEX triplet: C2, 96 and FC. RGB value is (194,150,252). Sum of RGB (Red+Green+Blue) = 194+150+252=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C296FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296FC is #3D6903. Grayscale: #AEAEAE. Windows color (decimal): -4024580 or 16553666. OLE color: 16553666.
HSL color Cylindrical-coordinate representation of color #C296FC: hue angle of 265.88º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C296FC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 150 | 252 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.01 |
| HSL | 265.88º | 0.94% | 0.79% | - |
| HSV(B) | 265.88º | 0.4% | 0.99% | - |
| XYZ | 50.73 | 40.31 | 97.2 | - |
| YUV | 174.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 252 | 0.23 | 0.40 | 0 | 0.01 | 265.88 | 0.94 | 0.79 |
| Hex | C2 | 96 | FC | 17 | 28 | 0 | 1 | 10A | 5E | 4F |
| Octal | 302 | 226 | 374 | 27 | 50 | 0 | 1 | 412 | 136 | 117 |
| Binary | 11000010 | 10010110 | 11111100 | 10111 | 101000 | 0 | 1 | 100001010 | 1011110 | 1001111 |
Color Harmonies of #C296FC
Complementary color
Monochromatic Colors of #C296FC
Black with #C296FC
Text Example
Text Example
White with #C296FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296FC; }
p { color: rgb(194,150,252); }
H1.HeaderClassName
{
color: #C296FC;
}
.AnyTagClassName
{
color: #C296FC;
}
</style>
background-color css
<style>
a { background-color: #C296FC; }
a { background-color: rgb(194,150,252); }
div.DivClassName
{
background-color: #C296FC;
}
.BgClassName
{
background-color: #C296FC;
}
</style>
border-color css
<style>
span { border-color: #C296FC; }
span { border-color: rgb(194,150,252); }
td.TdClassName
{
border-color: #C296FC;
}
.TagClassName
{
border-color: #C296FC;
}
</style>