Shades of Perfume #C1A4FA
Tints of Perfume #C1A4FA
RGB
CMYK
RGB Variations
Color information
#C1A4FA (or 0xC1A4FA) is known color: Perfume. HEX triplet: C1, A4 and FA. RGB value is (193,164,250). Sum of RGB (Red+Green+Blue) = 193+164+250=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A4FA is #3E5B05. Grayscale: #B6B6B6. Windows color (decimal): -4086534 or 16426177. OLE color: 16426177.
HSL color Cylindrical-coordinate representation of color #C1A4FA: hue angle of 260.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1A4FA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 164 | 250 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.02 |
| HSL | 260.23º | 0.9% | 0.81% | - |
| HSV(B) | 260.23º | 0.34% | 0.98% | - |
| XYZ | 52.52 | 44.79 | 96.32 | - |
| YUV | 182.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 250 | 0.23 | 0.34 | 0 | 0.02 | 260.23 | 0.9 | 0.81 |
| Hex | C1 | A4 | FA | 17 | 22 | 0 | 2 | 104 | 5A | 51 |
| Octal | 301 | 244 | 372 | 27 | 42 | 0 | 2 | 404 | 132 | 121 |
| Binary | 11000001 | 10100100 | 11111010 | 10111 | 100010 | 0 | 10 | 100000100 | 1011010 | 1010001 |
Color Harmonies of #C1A4FA
Complementary color
Monochromatic Colors of #C1A4FA
Black with #C1A4FA
Text Example
Text Example
White with #C1A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A4FA; }
p { color: rgb(193,164,250); }
H1.HeaderClassName
{
color: #C1A4FA;
}
.AnyTagClassName
{
color: #C1A4FA;
}
</style>
background-color css
<style>
a { background-color: #C1A4FA; }
a { background-color: rgb(193,164,250); }
div.DivClassName
{
background-color: #C1A4FA;
}
.BgClassName
{
background-color: #C1A4FA;
}
</style>
border-color css
<style>
span { border-color: #C1A4FA; }
span { border-color: rgb(193,164,250); }
td.TdClassName
{
border-color: #C1A4FA;
}
.TagClassName
{
border-color: #C1A4FA;
}
</style>