Shades of Perfume #C193FD
Tints of Perfume #C193FD
RGB
CMYK
RGB Variations
Color information
#C193FD (or 0xC193FD) is known color: Perfume. HEX triplet: C1, 93 and FD. RGB value is (193,147,253). Sum of RGB (Red+Green+Blue) = 193+147+253=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C193FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193FD is #3E6C02. Grayscale: #ACACAC. Windows color (decimal): -4090883 or 16618433. OLE color: 16618433.
HSL color Cylindrical-coordinate representation of color #C193FD: hue angle of 266.04º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C193FD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 147 | 253 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.01 |
| HSL | 266.04º | 0.96% | 0.78% | - |
| HSV(B) | 266.04º | 0.42% | 0.99% | - |
| XYZ | 50.16 | 39.3 | 97.87 | - |
| YUV | 172.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 253 | 0.24 | 0.42 | 0 | 0.01 | 266.04 | 0.96 | 0.78 |
| Hex | C1 | 93 | FD | 18 | 2A | 0 | 1 | 10A | 60 | 4E |
| Octal | 301 | 223 | 375 | 30 | 52 | 0 | 1 | 412 | 140 | 116 |
| Binary | 11000001 | 10010011 | 11111101 | 11000 | 101010 | 0 | 1 | 100001010 | 1100000 | 1001110 |
Color Harmonies of #C193FD
Complementary color
Monochromatic Colors of #C193FD
Black with #C193FD
Text Example
Text Example
White with #C193FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193FD; }
p { color: rgb(193,147,253); }
H1.HeaderClassName
{
color: #C193FD;
}
.AnyTagClassName
{
color: #C193FD;
}
</style>
background-color css
<style>
a { background-color: #C193FD; }
a { background-color: rgb(193,147,253); }
div.DivClassName
{
background-color: #C193FD;
}
.BgClassName
{
background-color: #C193FD;
}
</style>
border-color css
<style>
span { border-color: #C193FD; }
span { border-color: rgb(193,147,253); }
td.TdClassName
{
border-color: #C193FD;
}
.TagClassName
{
border-color: #C193FD;
}
</style>