Shades of Perfume #C397FA
Tints of Perfume #C397FA
RGB
CMYK
RGB Variations
Color information
#C397FA (or 0xC397FA) is known color: Perfume. HEX triplet: C3, 97 and FA. RGB value is (195,151,250). Sum of RGB (Red+Green+Blue) = 195+151+250=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C397FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397FA is #3C6805. Grayscale: #AFAFAF. Windows color (decimal): -3958790 or 16422851. OLE color: 16422851.
HSL color Cylindrical-coordinate representation of color #C397FA: hue angle of 266.67º degrees, saturation: 0.91, 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 #C397FA is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 151 | 250 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.02 |
| HSL | 266.67º | 0.91% | 0.79% | - |
| HSV(B) | 266.67º | 0.4% | 0.98% | - |
| XYZ | 50.83 | 40.64 | 95.61 | - |
| YUV | 175.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 250 | 0.22 | 0.40 | 0 | 0.02 | 266.67 | 0.91 | 0.79 |
| Hex | C3 | 97 | FA | 16 | 28 | 0 | 2 | 10B | 5B | 4F |
| Octal | 303 | 227 | 372 | 26 | 50 | 0 | 2 | 413 | 133 | 117 |
| Binary | 11000011 | 10010111 | 11111010 | 10110 | 101000 | 0 | 10 | 100001011 | 1011011 | 1001111 |
Color Harmonies of #C397FA
Complementary color
Monochromatic Colors of #C397FA
Black with #C397FA
Text Example
Text Example
White with #C397FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397FA; }
p { color: rgb(195,151,250); }
H1.HeaderClassName
{
color: #C397FA;
}
.AnyTagClassName
{
color: #C397FA;
}
</style>
background-color css
<style>
a { background-color: #C397FA; }
a { background-color: rgb(195,151,250); }
div.DivClassName
{
background-color: #C397FA;
}
.BgClassName
{
background-color: #C397FA;
}
</style>
border-color css
<style>
span { border-color: #C397FA; }
span { border-color: rgb(195,151,250); }
td.TdClassName
{
border-color: #C397FA;
}
.TagClassName
{
border-color: #C397FA;
}
</style>