Shades of Perfume #CAAFF1
Tints of Perfume #CAAFF1
RGB
CMYK
RGB Variations
Color information
#CAAFF1 (or 0xCAAFF1) is known color: Perfume. HEX triplet: CA, AF and F1. RGB value is (202,175,241). Sum of RGB (Red+Green+Blue) = 202+175+241=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF1 is #35500E. Grayscale: #BEBEBE. Windows color (decimal): -3493903 or 15839178. OLE color: 15839178.
HSL color Cylindrical-coordinate representation of color #CAAFF1: hue angle of 264.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAFF1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 175 | 241 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.05 |
| HSL | 264.55º | 0.7% | 0.82% | - |
| HSV(B) | 264.55º | 0.27% | 0.95% | - |
| XYZ | 55.56 | 49.57 | 89.86 | - |
| YUV | 190.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 241 | 0.16 | 0.27 | 0 | 0.05 | 264.55 | 0.7 | 0.82 |
| Hex | CA | AF | F1 | 10 | 1B | 0 | 5 | 109 | 46 | 52 |
| Octal | 312 | 257 | 361 | 20 | 33 | 0 | 5 | 411 | 106 | 122 |
| Binary | 11001010 | 10101111 | 11110001 | 10000 | 11011 | 0 | 101 | 100001001 | 1000110 | 1010010 |
Color Harmonies of #CAAFF1
Complementary color
Monochromatic Colors of #CAAFF1
Black with #CAAFF1
Text Example
Text Example
White with #CAAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFF1; }
p { color: rgb(202,175,241); }
H1.HeaderClassName
{
color: #CAAFF1;
}
.AnyTagClassName
{
color: #CAAFF1;
}
</style>
background-color css
<style>
a { background-color: #CAAFF1; }
a { background-color: rgb(202,175,241); }
div.DivClassName
{
background-color: #CAAFF1;
}
.BgClassName
{
background-color: #CAAFF1;
}
</style>
border-color css
<style>
span { border-color: #CAAFF1; }
span { border-color: rgb(202,175,241); }
td.TdClassName
{
border-color: #CAAFF1;
}
.TagClassName
{
border-color: #CAAFF1;
}
</style>