Shades of Perfume #CAA2F3
Tints of Perfume #CAA2F3
RGB
CMYK
RGB Variations
Color information
#CAA2F3 (or 0xCAA2F3) is known color: Perfume. HEX triplet: CA, A2 and F3. RGB value is (202,162,243). Sum of RGB (Red+Green+Blue) = 202+162+243=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAA2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2F3 is #355D0C. Grayscale: #B6B6B6. Windows color (decimal): -3497229 or 15966922. OLE color: 15966922.
HSL color Cylindrical-coordinate representation of color #CAA2F3: hue angle of 269.63º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA2F3 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 162 | 243 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.05 |
| HSL | 269.63º | 0.77% | 0.79% | - |
| HSV(B) | 269.63º | 0.33% | 0.95% | - |
| XYZ | 53.46 | 44.87 | 90.64 | - |
| YUV | 183.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 243 | 0.17 | 0.33 | 0 | 0.05 | 269.63 | 0.77 | 0.79 |
| Hex | CA | A2 | F3 | 11 | 21 | 0 | 5 | 10E | 4D | 4F |
| Octal | 312 | 242 | 363 | 21 | 41 | 0 | 5 | 416 | 115 | 117 |
| Binary | 11001010 | 10100010 | 11110011 | 10001 | 100001 | 0 | 101 | 100001110 | 1001101 | 1001111 |
Color Harmonies of #CAA2F3
Complementary color
Monochromatic Colors of #CAA2F3
Black with #CAA2F3
Text Example
Text Example
White with #CAA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2F3; }
p { color: rgb(202,162,243); }
H1.HeaderClassName
{
color: #CAA2F3;
}
.AnyTagClassName
{
color: #CAA2F3;
}
</style>
background-color css
<style>
a { background-color: #CAA2F3; }
a { background-color: rgb(202,162,243); }
div.DivClassName
{
background-color: #CAA2F3;
}
.BgClassName
{
background-color: #CAA2F3;
}
</style>
border-color css
<style>
span { border-color: #CAA2F3; }
span { border-color: rgb(202,162,243); }
td.TdClassName
{
border-color: #CAA2F3;
}
.TagClassName
{
border-color: #CAA2F3;
}
</style>