Shades of Perfume #C596FB
Tints of Perfume #C596FB
RGB
CMYK
RGB Variations
Color information
#C596FB (or 0xC596FB) is known color: Perfume. HEX triplet: C5, 96 and FB. RGB value is (197,150,251). Sum of RGB (Red+Green+Blue) = 197+150+251=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C596FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596FB is #3A6904. Grayscale: #AFAFAF. Windows color (decimal): -3827973 or 16488133. OLE color: 16488133.
HSL color Cylindrical-coordinate representation of color #C596FB: hue angle of 267.92º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C596FB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 150 | 251 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.02 |
| HSL | 267.92º | 0.93% | 0.79% | - |
| HSV(B) | 267.92º | 0.4% | 0.98% | - |
| XYZ | 51.34 | 40.65 | 96.41 | - |
| YUV | 175.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 251 | 0.22 | 0.40 | 0 | 0.02 | 267.92 | 0.93 | 0.79 |
| Hex | C5 | 96 | FB | 16 | 28 | 0 | 2 | 10C | 5D | 4F |
| Octal | 305 | 226 | 373 | 26 | 50 | 0 | 2 | 414 | 135 | 117 |
| Binary | 11000101 | 10010110 | 11111011 | 10110 | 101000 | 0 | 10 | 100001100 | 1011101 | 1001111 |
Color Harmonies of #C596FB
Complementary color
Monochromatic Colors of #C596FB
Black with #C596FB
Text Example
Text Example
White with #C596FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596FB; }
p { color: rgb(197,150,251); }
H1.HeaderClassName
{
color: #C596FB;
}
.AnyTagClassName
{
color: #C596FB;
}
</style>
background-color css
<style>
a { background-color: #C596FB; }
a { background-color: rgb(197,150,251); }
div.DivClassName
{
background-color: #C596FB;
}
.BgClassName
{
background-color: #C596FB;
}
</style>
border-color css
<style>
span { border-color: #C596FB; }
span { border-color: rgb(197,150,251); }
td.TdClassName
{
border-color: #C596FB;
}
.TagClassName
{
border-color: #C596FB;
}
</style>