Shades of Perfume #C397FB
Tints of Perfume #C397FB
RGB
CMYK
RGB Variations
Color information
#C397FB (or 0xC397FB) is known color: Perfume. HEX triplet: C3, 97 and FB. RGB value is (195,151,251). Sum of RGB (Red+Green+Blue) = 195+151+251=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C397FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397FB is #3C6804. Grayscale: #AFAFAF. Windows color (decimal): -3958789 or 16488387. OLE color: 16488387.
HSL color Cylindrical-coordinate representation of color #C397FB: hue angle of 266.4º 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 #C397FB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 151 | 251 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.02 |
| HSL | 266.4º | 0.93% | 0.79% | - |
| HSV(B) | 266.4º | 0.4% | 0.98% | - |
| XYZ | 50.98 | 40.7 | 96.44 | - |
| YUV | 175.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 251 | 0.22 | 0.40 | 0 | 0.02 | 266.4 | 0.93 | 0.79 |
| Hex | C3 | 97 | FB | 16 | 28 | 0 | 2 | 10A | 5D | 4F |
| Octal | 303 | 227 | 373 | 26 | 50 | 0 | 2 | 412 | 135 | 117 |
| Binary | 11000011 | 10010111 | 11111011 | 10110 | 101000 | 0 | 10 | 100001010 | 1011101 | 1001111 |
Color Harmonies of #C397FB
Complementary color
Monochromatic Colors of #C397FB
Black with #C397FB
Text Example
Text Example
White with #C397FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397FB; }
p { color: rgb(195,151,251); }
H1.HeaderClassName
{
color: #C397FB;
}
.AnyTagClassName
{
color: #C397FB;
}
</style>
background-color css
<style>
a { background-color: #C397FB; }
a { background-color: rgb(195,151,251); }
div.DivClassName
{
background-color: #C397FB;
}
.BgClassName
{
background-color: #C397FB;
}
</style>
border-color css
<style>
span { border-color: #C397FB; }
span { border-color: rgb(195,151,251); }
td.TdClassName
{
border-color: #C397FB;
}
.TagClassName
{
border-color: #C397FB;
}
</style>