Shades of Perfume #C192FD
Tints of Perfume #C192FD
RGB
CMYK
RGB Variations
Color information
#C192FD (or 0xC192FD) is known color: Perfume. HEX triplet: C1, 92 and FD. RGB value is (193,146,253). Sum of RGB (Red+Green+Blue) = 193+146+253=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C192FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192FD is #3E6D02. Grayscale: #ABABAB. Windows color (decimal): -4091139 or 16618177. OLE color: 16618177.
HSL color Cylindrical-coordinate representation of color #C192FD: hue angle of 266.36º 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 #C192FD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 146 | 253 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.01 |
| HSL | 266.36º | 0.96% | 0.78% | - |
| HSV(B) | 266.36º | 0.42% | 0.99% | - |
| XYZ | 50 | 38.99 | 97.82 | - |
| YUV | 172.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 253 | 0.24 | 0.42 | 0 | 0.01 | 266.36 | 0.96 | 0.78 |
| Hex | C1 | 92 | FD | 18 | 2A | 0 | 1 | 10A | 60 | 4E |
| Octal | 301 | 222 | 375 | 30 | 52 | 0 | 1 | 412 | 140 | 116 |
| Binary | 11000001 | 10010010 | 11111101 | 11000 | 101010 | 0 | 1 | 100001010 | 1100000 | 1001110 |
Color Harmonies of #C192FD
Complementary color
Monochromatic Colors of #C192FD
Black with #C192FD
Text Example
Text Example
White with #C192FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192FD; }
p { color: rgb(193,146,253); }
H1.HeaderClassName
{
color: #C192FD;
}
.AnyTagClassName
{
color: #C192FD;
}
</style>
background-color css
<style>
a { background-color: #C192FD; }
a { background-color: rgb(193,146,253); }
div.DivClassName
{
background-color: #C192FD;
}
.BgClassName
{
background-color: #C192FD;
}
</style>
border-color css
<style>
span { border-color: #C192FD; }
span { border-color: rgb(193,146,253); }
td.TdClassName
{
border-color: #C192FD;
}
.TagClassName
{
border-color: #C192FD;
}
</style>