Shades of Perfume #C1A8F3
Tints of Perfume #C1A8F3
RGB
CMYK
RGB Variations
Color information
#C1A8F3 (or 0xC1A8F3) is known color: Perfume. HEX triplet: C1, A8 and F3. RGB value is (193,168,243). Sum of RGB (Red+Green+Blue) = 193+168+243=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A8F3 is #3E570C. Grayscale: #B7B7B7. Windows color (decimal): -4085517 or 15968449. OLE color: 15968449.
HSL color Cylindrical-coordinate representation of color #C1A8F3: hue angle of 260º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1A8F3 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 168 | 243 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.05 |
| HSL | 260º | 0.76% | 0.81% | - |
| HSV(B) | 260º | 0.31% | 0.95% | - |
| XYZ | 52.17 | 45.81 | 90.89 | - |
| YUV | 184.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 243 | 0.21 | 0.31 | 0 | 0.05 | 260 | 0.76 | 0.81 |
| Hex | C1 | A8 | F3 | 15 | 1F | 0 | 5 | 104 | 4C | 51 |
| Octal | 301 | 250 | 363 | 25 | 37 | 0 | 5 | 404 | 114 | 121 |
| Binary | 11000001 | 10101000 | 11110011 | 10101 | 11111 | 0 | 101 | 100000100 | 1001100 | 1010001 |
Color Harmonies of #C1A8F3
Complementary color
Monochromatic Colors of #C1A8F3
Black with #C1A8F3
Text Example
Text Example
White with #C1A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8F3; }
p { color: rgb(193,168,243); }
H1.HeaderClassName
{
color: #C1A8F3;
}
.AnyTagClassName
{
color: #C1A8F3;
}
</style>
background-color css
<style>
a { background-color: #C1A8F3; }
a { background-color: rgb(193,168,243); }
div.DivClassName
{
background-color: #C1A8F3;
}
.BgClassName
{
background-color: #C1A8F3;
}
</style>
border-color css
<style>
span { border-color: #C1A8F3; }
span { border-color: rgb(193,168,243); }
td.TdClassName
{
border-color: #C1A8F3;
}
.TagClassName
{
border-color: #C1A8F3;
}
</style>