Shades of Perfume #C198FD
Tints of Perfume #C198FD
RGB
CMYK
RGB Variations
Color information
#C198FD (or 0xC198FD) is known color: Perfume. HEX triplet: C1, 98 and FD. RGB value is (193,152,253). Sum of RGB (Red+Green+Blue) = 193+152+253=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C198FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198FD is #3E6702. Grayscale: #AFAFAF. Windows color (decimal): -4089603 or 16619713. OLE color: 16619713.
HSL color Cylindrical-coordinate representation of color #C198FD: hue angle of 264.36º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C198FD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 152 | 253 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.01 |
| HSL | 264.36º | 0.96% | 0.79% | - |
| HSV(B) | 264.36º | 0.4% | 0.99% | - |
| XYZ | 50.95 | 40.89 | 98.13 | - |
| YUV | 175.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 253 | 0.24 | 0.40 | 0 | 0.01 | 264.36 | 0.96 | 0.79 |
| Hex | C1 | 98 | FD | 18 | 28 | 0 | 1 | 108 | 60 | 4F |
| Octal | 301 | 230 | 375 | 30 | 50 | 0 | 1 | 410 | 140 | 117 |
| Binary | 11000001 | 10011000 | 11111101 | 11000 | 101000 | 0 | 1 | 100001000 | 1100000 | 1001111 |
Color Harmonies of #C198FD
Complementary color
Monochromatic Colors of #C198FD
Black with #C198FD
Text Example
Text Example
White with #C198FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198FD; }
p { color: rgb(193,152,253); }
H1.HeaderClassName
{
color: #C198FD;
}
.AnyTagClassName
{
color: #C198FD;
}
</style>
background-color css
<style>
a { background-color: #C198FD; }
a { background-color: rgb(193,152,253); }
div.DivClassName
{
background-color: #C198FD;
}
.BgClassName
{
background-color: #C198FD;
}
</style>
border-color css
<style>
span { border-color: #C198FD; }
span { border-color: rgb(193,152,253); }
td.TdClassName
{
border-color: #C198FD;
}
.TagClassName
{
border-color: #C198FD;
}
</style>