Shades of Perfume #C6A4FA
Tints of Perfume #C6A4FA
RGB
CMYK
RGB Variations
Color information
#C6A4FA (or 0xC6A4FA) is known color: Perfume. HEX triplet: C6, A4 and FA. RGB value is (198,164,250). Sum of RGB (Red+Green+Blue) = 198+164+250=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A4FA is #395B05. Grayscale: #B7B7B7. Windows color (decimal): -3758854 or 16426182. OLE color: 16426182.
HSL color Cylindrical-coordinate representation of color #C6A4FA: hue angle of 263.72º 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 #C6A4FA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 164 | 250 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.02 |
| HSL | 263.72º | 0.9% | 0.81% | - |
| HSV(B) | 263.72º | 0.34% | 0.98% | - |
| XYZ | 53.82 | 45.46 | 96.38 | - |
| YUV | 183.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 250 | 0.21 | 0.34 | 0 | 0.02 | 263.72 | 0.9 | 0.81 |
| Hex | C6 | A4 | FA | 15 | 22 | 0 | 2 | 108 | 5A | 51 |
| Octal | 306 | 244 | 372 | 25 | 42 | 0 | 2 | 410 | 132 | 121 |
| Binary | 11000110 | 10100100 | 11111010 | 10101 | 100010 | 0 | 10 | 100001000 | 1011010 | 1010001 |
Color Harmonies of #C6A4FA
Complementary color
Monochromatic Colors of #C6A4FA
Black with #C6A4FA
Text Example
Text Example
White with #C6A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A4FA; }
p { color: rgb(198,164,250); }
H1.HeaderClassName
{
color: #C6A4FA;
}
.AnyTagClassName
{
color: #C6A4FA;
}
</style>
background-color css
<style>
a { background-color: #C6A4FA; }
a { background-color: rgb(198,164,250); }
div.DivClassName
{
background-color: #C6A4FA;
}
.BgClassName
{
background-color: #C6A4FA;
}
</style>
border-color css
<style>
span { border-color: #C6A4FA; }
span { border-color: rgb(198,164,250); }
td.TdClassName
{
border-color: #C6A4FA;
}
.TagClassName
{
border-color: #C6A4FA;
}
</style>