Shades of Perfume #CAA2F0
Tints of Perfume #CAA2F0
RGB
CMYK
RGB Variations
Color information
#CAA2F0 (or 0xCAA2F0) is known color: Perfume. HEX triplet: CA, A2 and F0. RGB value is (202,162,240). Sum of RGB (Red+Green+Blue) = 202+162+240=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAA2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2F0 is #355D0F. Grayscale: #B6B6B6. Windows color (decimal): -3497232 or 15770314. OLE color: 15770314.
HSL color Cylindrical-coordinate representation of color #CAA2F0: hue angle of 270.77º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA2F0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 162 | 240 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.06 |
| HSL | 270.77º | 0.72% | 0.79% | - |
| HSV(B) | 270.77º | 0.33% | 0.94% | - |
| XYZ | 53.01 | 44.69 | 88.27 | - |
| YUV | 182.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 240 | 0.16 | 0.32 | 0 | 0.06 | 270.77 | 0.72 | 0.79 |
| Hex | CA | A2 | F0 | 10 | 20 | 0 | 6 | 10F | 48 | 4F |
| Octal | 312 | 242 | 360 | 20 | 40 | 0 | 6 | 417 | 110 | 117 |
| Binary | 11001010 | 10100010 | 11110000 | 10000 | 100000 | 0 | 110 | 100001111 | 1001000 | 1001111 |
Color Harmonies of #CAA2F0
Complementary color
Monochromatic Colors of #CAA2F0
Black with #CAA2F0
Text Example
Text Example
White with #CAA2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2F0; }
p { color: rgb(202,162,240); }
H1.HeaderClassName
{
color: #CAA2F0;
}
.AnyTagClassName
{
color: #CAA2F0;
}
</style>
background-color css
<style>
a { background-color: #CAA2F0; }
a { background-color: rgb(202,162,240); }
div.DivClassName
{
background-color: #CAA2F0;
}
.BgClassName
{
background-color: #CAA2F0;
}
</style>
border-color css
<style>
span { border-color: #CAA2F0; }
span { border-color: rgb(202,162,240); }
td.TdClassName
{
border-color: #CAA2F0;
}
.TagClassName
{
border-color: #CAA2F0;
}
</style>