Shades of Perfume #C097FA
Tints of Perfume #C097FA
RGB
CMYK
RGB Variations
Color information
#C097FA (or 0xC097FA) is known color: Perfume. HEX triplet: C0, 97 and FA. RGB value is (192,151,250). Sum of RGB (Red+Green+Blue) = 192+151+250=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #C097FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C097FA is #3F6805. Grayscale: #AEAEAE. Windows color (decimal): -4155398 or 16422848. OLE color: 16422848.
HSL color Cylindrical-coordinate representation of color #C097FA: hue angle of 264.85º 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 #C097FA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 151 | 250 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.02 |
| HSL | 264.85º | 0.91% | 0.79% | - |
| HSV(B) | 264.85º | 0.4% | 0.98% | - |
| XYZ | 50.06 | 40.24 | 95.57 | - |
| YUV | 174.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 250 | 0.23 | 0.40 | 0 | 0.02 | 264.85 | 0.91 | 0.79 |
| Hex | C0 | 97 | FA | 17 | 28 | 0 | 2 | 109 | 5B | 4F |
| Octal | 300 | 227 | 372 | 27 | 50 | 0 | 2 | 411 | 133 | 117 |
| Binary | 11000000 | 10010111 | 11111010 | 10111 | 101000 | 0 | 10 | 100001001 | 1011011 | 1001111 |
Color Harmonies of #C097FA
Complementary color
Monochromatic Colors of #C097FA
Black with #C097FA
Text Example
Text Example
White with #C097FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097FA; }
p { color: rgb(192,151,250); }
H1.HeaderClassName
{
color: #C097FA;
}
.AnyTagClassName
{
color: #C097FA;
}
</style>
background-color css
<style>
a { background-color: #C097FA; }
a { background-color: rgb(192,151,250); }
div.DivClassName
{
background-color: #C097FA;
}
.BgClassName
{
background-color: #C097FA;
}
</style>
border-color css
<style>
span { border-color: #C097FA; }
span { border-color: rgb(192,151,250); }
td.TdClassName
{
border-color: #C097FA;
}
.TagClassName
{
border-color: #C097FA;
}
</style>