Shades of Perfume #C190FE
Tints of Perfume #C190FE
RGB
CMYK
RGB Variations
Color information
#C190FE (or 0xC190FE) is known color: Perfume. HEX triplet: C1, 90 and FE. RGB value is (193,144,254). Sum of RGB (Red+Green+Blue) = 193+144+254=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #C190FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190FE is #3E6F01. Grayscale: #AAAAAA. Windows color (decimal): -4091650 or 16683201. OLE color: 16683201.
HSL color Cylindrical-coordinate representation of color #C190FE: hue angle of 266.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C190FE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 144 | 254 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.00 |
| HSL | 266.73º | 0.98% | 0.78% | - |
| HSV(B) | 266.73º | 0.43% | 1% | - |
| XYZ | 49.85 | 38.44 | 98.56 | - |
| YUV | 171.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 254 | 0.24 | 0.43 | 0 | 0.00 | 266.73 | 0.98 | 0.78 |
| Hex | C1 | 90 | FE | 18 | 2B | 0 | 0 | 10B | 62 | 4E |
| Octal | 301 | 220 | 376 | 30 | 53 | 0 | 0 | 413 | 142 | 116 |
| Binary | 11000001 | 10010000 | 11111110 | 11000 | 101011 | 0 | 0 | 100001011 | 1100010 | 1001110 |
Color Harmonies of #C190FE
Complementary color
Monochromatic Colors of #C190FE
Black with #C190FE
Text Example
Text Example
White with #C190FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190FE; }
p { color: rgb(193,144,254); }
H1.HeaderClassName
{
color: #C190FE;
}
.AnyTagClassName
{
color: #C190FE;
}
</style>
background-color css
<style>
a { background-color: #C190FE; }
a { background-color: rgb(193,144,254); }
div.DivClassName
{
background-color: #C190FE;
}
.BgClassName
{
background-color: #C190FE;
}
</style>
border-color css
<style>
span { border-color: #C190FE; }
span { border-color: rgb(193,144,254); }
td.TdClassName
{
border-color: #C190FE;
}
.TagClassName
{
border-color: #C190FE;
}
</style>