Shades of Perfume #CAAAF3
Tints of Perfume #CAAAF3
RGB
CMYK
RGB Variations
Color information
#CAAAF3 (or 0xCAAAF3) is known color: Perfume. HEX triplet: CA, AA and F3. RGB value is (202,170,243). Sum of RGB (Red+Green+Blue) = 202+170+243=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF3 is #35550C. Grayscale: #BBBBBB. Windows color (decimal): -3495181 or 15968970. OLE color: 15968970.
HSL color Cylindrical-coordinate representation of color #CAAAF3: hue angle of 266.3º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAAF3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 170 | 243 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.05 |
| HSL | 266.3º | 0.75% | 0.81% | - |
| HSV(B) | 266.3º | 0.3% | 0.95% | - |
| XYZ | 54.91 | 47.78 | 91.12 | - |
| YUV | 187.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 243 | 0.17 | 0.30 | 0 | 0.05 | 266.3 | 0.75 | 0.81 |
| Hex | CA | AA | F3 | 11 | 1E | 0 | 5 | 10A | 4B | 51 |
| Octal | 312 | 252 | 363 | 21 | 36 | 0 | 5 | 412 | 113 | 121 |
| Binary | 11001010 | 10101010 | 11110011 | 10001 | 11110 | 0 | 101 | 100001010 | 1001011 | 1010001 |
Color Harmonies of #CAAAF3
Complementary color
Monochromatic Colors of #CAAAF3
Black with #CAAAF3
Text Example
Text Example
White with #CAAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAF3; }
p { color: rgb(202,170,243); }
H1.HeaderClassName
{
color: #CAAAF3;
}
.AnyTagClassName
{
color: #CAAAF3;
}
</style>
background-color css
<style>
a { background-color: #CAAAF3; }
a { background-color: rgb(202,170,243); }
div.DivClassName
{
background-color: #CAAAF3;
}
.BgClassName
{
background-color: #CAAAF3;
}
</style>
border-color css
<style>
span { border-color: #CAAAF3; }
span { border-color: rgb(202,170,243); }
td.TdClassName
{
border-color: #CAAAF3;
}
.TagClassName
{
border-color: #CAAAF3;
}
</style>