Shades of Perfume #CAA4F0
Tints of Perfume #CAA4F0
RGB
CMYK
RGB Variations
Color information
#CAA4F0 (or 0xCAA4F0) is known color: Perfume. HEX triplet: CA, A4 and F0. RGB value is (202,164,240). Sum of RGB (Red+Green+Blue) = 202+164+240=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAA4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4F0 is #355B0F. Grayscale: #B7B7B7. Windows color (decimal): -3496720 or 15770826. OLE color: 15770826.
HSL color Cylindrical-coordinate representation of color #CAA4F0: hue angle of 270º 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 #CAA4F0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 164 | 240 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.06 |
| HSL | 270º | 0.72% | 0.79% | - |
| HSV(B) | 270º | 0.32% | 0.94% | - |
| XYZ | 53.36 | 45.4 | 88.39 | - |
| YUV | 184.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 240 | 0.16 | 0.32 | 0 | 0.06 | 270 | 0.72 | 0.79 |
| Hex | CA | A4 | F0 | 10 | 20 | 0 | 6 | 10E | 48 | 4F |
| Octal | 312 | 244 | 360 | 20 | 40 | 0 | 6 | 416 | 110 | 117 |
| Binary | 11001010 | 10100100 | 11110000 | 10000 | 100000 | 0 | 110 | 100001110 | 1001000 | 1001111 |
Color Harmonies of #CAA4F0
Complementary color
Monochromatic Colors of #CAA4F0
Black with #CAA4F0
Text Example
Text Example
White with #CAA4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4F0; }
p { color: rgb(202,164,240); }
H1.HeaderClassName
{
color: #CAA4F0;
}
.AnyTagClassName
{
color: #CAA4F0;
}
</style>
background-color css
<style>
a { background-color: #CAA4F0; }
a { background-color: rgb(202,164,240); }
div.DivClassName
{
background-color: #CAA4F0;
}
.BgClassName
{
background-color: #CAA4F0;
}
</style>
border-color css
<style>
span { border-color: #CAA4F0; }
span { border-color: rgb(202,164,240); }
td.TdClassName
{
border-color: #CAA4F0;
}
.TagClassName
{
border-color: #CAA4F0;
}
</style>