Shades of Perfume #CBA7F1
Tints of Perfume #CBA7F1
RGB
CMYK
RGB Variations
Color information
#CBA7F1 (or 0xCBA7F1) is known color: Perfume. HEX triplet: CB, A7 and F1. RGB value is (203,167,241). Sum of RGB (Red+Green+Blue) = 203+167+241=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBA7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7F1 is #34580E. Grayscale: #B9B9B9. Windows color (decimal): -3430415 or 15837131. OLE color: 15837131.
HSL color Cylindrical-coordinate representation of color #CBA7F1: hue angle of 269.19º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA7F1 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 167 | 241 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.05 |
| HSL | 269.19º | 0.73% | 0.8% | - |
| HSV(B) | 269.19º | 0.31% | 0.95% | - |
| XYZ | 54.32 | 46.68 | 89.37 | - |
| YUV | 186.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 241 | 0.16 | 0.31 | 0 | 0.05 | 269.19 | 0.73 | 0.8 |
| Hex | CB | A7 | F1 | 10 | 1F | 0 | 5 | 10D | 49 | 50 |
| Octal | 313 | 247 | 361 | 20 | 37 | 0 | 5 | 415 | 111 | 120 |
| Binary | 11001011 | 10100111 | 11110001 | 10000 | 11111 | 0 | 101 | 100001101 | 1001001 | 1010000 |
Color Harmonies of #CBA7F1
Complementary color
Monochromatic Colors of #CBA7F1
Black with #CBA7F1
Text Example
Text Example
White with #CBA7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7F1; }
p { color: rgb(203,167,241); }
H1.HeaderClassName
{
color: #CBA7F1;
}
.AnyTagClassName
{
color: #CBA7F1;
}
</style>
background-color css
<style>
a { background-color: #CBA7F1; }
a { background-color: rgb(203,167,241); }
div.DivClassName
{
background-color: #CBA7F1;
}
.BgClassName
{
background-color: #CBA7F1;
}
</style>
border-color css
<style>
span { border-color: #CBA7F1; }
span { border-color: rgb(203,167,241); }
td.TdClassName
{
border-color: #CBA7F1;
}
.TagClassName
{
border-color: #CBA7F1;
}
</style>