Shades of Perfume #C296FE
Tints of Perfume #C296FE
RGB
CMYK
RGB Variations
Color information
#C296FE (or 0xC296FE) is known color: Perfume. HEX triplet: C2, 96 and FE. RGB value is (194,150,254). Sum of RGB (Red+Green+Blue) = 194+150+254=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C296FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296FE is #3D6901. Grayscale: #AEAEAE. Windows color (decimal): -4024578 or 16684738. OLE color: 16684738.
HSL color Cylindrical-coordinate representation of color #C296FE: hue angle of 265.38º 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 #C296FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 150 | 254 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.00 |
| HSL | 265.38º | 0.98% | 0.79% | - |
| HSV(B) | 265.38º | 0.41% | 1% | - |
| XYZ | 51.04 | 40.44 | 98.88 | - |
| YUV | 175.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 254 | 0.24 | 0.41 | 0 | 0.00 | 265.38 | 0.98 | 0.79 |
| Hex | C2 | 96 | FE | 18 | 29 | 0 | 0 | 109 | 62 | 4F |
| Octal | 302 | 226 | 376 | 30 | 51 | 0 | 0 | 411 | 142 | 117 |
| Binary | 11000010 | 10010110 | 11111110 | 11000 | 101001 | 0 | 0 | 100001001 | 1100010 | 1001111 |
Color Harmonies of #C296FE
Complementary color
Monochromatic Colors of #C296FE
Black with #C296FE
Text Example
Text Example
White with #C296FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296FE; }
p { color: rgb(194,150,254); }
H1.HeaderClassName
{
color: #C296FE;
}
.AnyTagClassName
{
color: #C296FE;
}
</style>
background-color css
<style>
a { background-color: #C296FE; }
a { background-color: rgb(194,150,254); }
div.DivClassName
{
background-color: #C296FE;
}
.BgClassName
{
background-color: #C296FE;
}
</style>
border-color css
<style>
span { border-color: #C296FE; }
span { border-color: rgb(194,150,254); }
td.TdClassName
{
border-color: #C296FE;
}
.TagClassName
{
border-color: #C296FE;
}
</style>