Shades of Perfume #CAA3F6
Tints of Perfume #CAA3F6
RGB
CMYK
RGB Variations
Color information
#CAA3F6 (or 0xCAA3F6) is known color: Perfume. HEX triplet: CA, A3 and F6. RGB value is (202,163,246). Sum of RGB (Red+Green+Blue) = 202+163+246=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAA3F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3F6 is #355C09. Grayscale: #B7B7B7. Windows color (decimal): -3496970 or 16163786. OLE color: 16163786.
HSL color Cylindrical-coordinate representation of color #CAA3F6: hue angle of 268.19º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA3F6 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 163 | 246 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.04 |
| HSL | 268.19º | 0.82% | 0.8% | - |
| HSV(B) | 268.19º | 0.34% | 0.96% | - |
| XYZ | 54.09 | 45.4 | 93.1 | - |
| YUV | 184.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 246 | 0.18 | 0.34 | 0 | 0.04 | 268.19 | 0.82 | 0.8 |
| Hex | CA | A3 | F6 | 12 | 22 | 0 | 4 | 10C | 52 | 50 |
| Octal | 312 | 243 | 366 | 22 | 42 | 0 | 4 | 414 | 122 | 120 |
| Binary | 11001010 | 10100011 | 11110110 | 10010 | 100010 | 0 | 100 | 100001100 | 1010010 | 1010000 |
Color Harmonies of #CAA3F6
Complementary color
Monochromatic Colors of #CAA3F6
Black with #CAA3F6
Text Example
Text Example
White with #CAA3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3F6; }
p { color: rgb(202,163,246); }
H1.HeaderClassName
{
color: #CAA3F6;
}
.AnyTagClassName
{
color: #CAA3F6;
}
</style>
background-color css
<style>
a { background-color: #CAA3F6; }
a { background-color: rgb(202,163,246); }
div.DivClassName
{
background-color: #CAA3F6;
}
.BgClassName
{
background-color: #CAA3F6;
}
</style>
border-color css
<style>
span { border-color: #CAA3F6; }
span { border-color: rgb(202,163,246); }
td.TdClassName
{
border-color: #CAA3F6;
}
.TagClassName
{
border-color: #CAA3F6;
}
</style>