Shades of Perfume #C1A8F4
Tints of Perfume #C1A8F4
RGB
CMYK
RGB Variations
Color information
#C1A8F4 (or 0xC1A8F4) is known color: Perfume. HEX triplet: C1, A8 and F4. RGB value is (193,168,244). Sum of RGB (Red+Green+Blue) = 193+168+244=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1A8F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A8F4 is #3E570B. Grayscale: #B7B7B7. Windows color (decimal): -4085516 or 16033985. OLE color: 16033985.
HSL color Cylindrical-coordinate representation of color #C1A8F4: hue angle of 259.74º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1A8F4 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 168 | 244 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.04 |
| HSL | 259.74º | 0.78% | 0.81% | - |
| HSV(B) | 259.74º | 0.31% | 0.96% | - |
| XYZ | 52.32 | 45.87 | 91.68 | - |
| YUV | 184.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 244 | 0.21 | 0.31 | 0 | 0.04 | 259.74 | 0.78 | 0.81 |
| Hex | C1 | A8 | F4 | 15 | 1F | 0 | 4 | 104 | 4E | 51 |
| Octal | 301 | 250 | 364 | 25 | 37 | 0 | 4 | 404 | 116 | 121 |
| Binary | 11000001 | 10101000 | 11110100 | 10101 | 11111 | 0 | 100 | 100000100 | 1001110 | 1010001 |
Color Harmonies of #C1A8F4
Complementary color
Monochromatic Colors of #C1A8F4
Black with #C1A8F4
Text Example
Text Example
White with #C1A8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8F4; }
p { color: rgb(193,168,244); }
H1.HeaderClassName
{
color: #C1A8F4;
}
.AnyTagClassName
{
color: #C1A8F4;
}
</style>
background-color css
<style>
a { background-color: #C1A8F4; }
a { background-color: rgb(193,168,244); }
div.DivClassName
{
background-color: #C1A8F4;
}
.BgClassName
{
background-color: #C1A8F4;
}
</style>
border-color css
<style>
span { border-color: #C1A8F4; }
span { border-color: rgb(193,168,244); }
td.TdClassName
{
border-color: #C1A8F4;
}
.TagClassName
{
border-color: #C1A8F4;
}
</style>