Shades of Perfume #C6A2FB
Tints of Perfume #C6A2FB
RGB
CMYK
RGB Variations
Color information
#C6A2FB (or 0xC6A2FB) is known color: Perfume. HEX triplet: C6, A2 and FB. RGB value is (198,162,251). Sum of RGB (Red+Green+Blue) = 198+162+251=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6A2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A2FB is #395D04. Grayscale: #B6B6B6. Windows color (decimal): -3759365 or 16491206. OLE color: 16491206.
HSL color Cylindrical-coordinate representation of color #C6A2FB: hue angle of 264.27º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6A2FB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 162 | 251 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.02 |
| HSL | 264.27º | 0.92% | 0.81% | - |
| HSV(B) | 264.27º | 0.35% | 0.98% | - |
| XYZ | 53.62 | 44.81 | 97.09 | - |
| YUV | 182.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 251 | 0.21 | 0.35 | 0 | 0.02 | 264.27 | 0.92 | 0.81 |
| Hex | C6 | A2 | FB | 15 | 23 | 0 | 2 | 108 | 5C | 51 |
| Octal | 306 | 242 | 373 | 25 | 43 | 0 | 2 | 410 | 134 | 121 |
| Binary | 11000110 | 10100010 | 11111011 | 10101 | 100011 | 0 | 10 | 100001000 | 1011100 | 1010001 |
Color Harmonies of #C6A2FB
Complementary color
Monochromatic Colors of #C6A2FB
Black with #C6A2FB
Text Example
Text Example
White with #C6A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A2FB; }
p { color: rgb(198,162,251); }
H1.HeaderClassName
{
color: #C6A2FB;
}
.AnyTagClassName
{
color: #C6A2FB;
}
</style>
background-color css
<style>
a { background-color: #C6A2FB; }
a { background-color: rgb(198,162,251); }
div.DivClassName
{
background-color: #C6A2FB;
}
.BgClassName
{
background-color: #C6A2FB;
}
</style>
border-color css
<style>
span { border-color: #C6A2FB; }
span { border-color: rgb(198,162,251); }
td.TdClassName
{
border-color: #C6A2FB;
}
.TagClassName
{
border-color: #C6A2FB;
}
</style>