Shades of Perfume #C8A1F3
Tints of Perfume #C8A1F3
RGB
CMYK
RGB Variations
Color information
#C8A1F3 (or 0xC8A1F3) is known color: Perfume. HEX triplet: C8, A1 and F3. RGB value is (200,161,243). Sum of RGB (Red+Green+Blue) = 200+161+243=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 161 (63.28% from 255 or 26.66% 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 #C8A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A1F3 is #375E0C. Grayscale: #B5B5B5. Windows color (decimal): -3628557 or 15966664. OLE color: 15966664.
HSL color Cylindrical-coordinate representation of color #C8A1F3: hue angle of 268.54º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8A1F3 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 161 | 243 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.05 |
| HSL | 268.54º | 0.77% | 0.79% | - |
| HSV(B) | 268.54º | 0.34% | 0.95% | - |
| XYZ | 52.74 | 44.24 | 90.55 | - |
| YUV | 182.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 243 | 0.18 | 0.34 | 0 | 0.05 | 268.54 | 0.77 | 0.79 |
| Hex | C8 | A1 | F3 | 12 | 22 | 0 | 5 | 10D | 4D | 4F |
| Octal | 310 | 241 | 363 | 22 | 42 | 0 | 5 | 415 | 115 | 117 |
| Binary | 11001000 | 10100001 | 11110011 | 10010 | 100010 | 0 | 101 | 100001101 | 1001101 | 1001111 |
Color Harmonies of #C8A1F3
Complementary color
Monochromatic Colors of #C8A1F3
Black with #C8A1F3
Text Example
Text Example
White with #C8A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A1F3; }
p { color: rgb(200,161,243); }
H1.HeaderClassName
{
color: #C8A1F3;
}
.AnyTagClassName
{
color: #C8A1F3;
}
</style>
background-color css
<style>
a { background-color: #C8A1F3; }
a { background-color: rgb(200,161,243); }
div.DivClassName
{
background-color: #C8A1F3;
}
.BgClassName
{
background-color: #C8A1F3;
}
</style>
border-color css
<style>
span { border-color: #C8A1F3; }
span { border-color: rgb(200,161,243); }
td.TdClassName
{
border-color: #C8A1F3;
}
.TagClassName
{
border-color: #C8A1F3;
}
</style>