Shades of Perfume #C3A3FB
Tints of Perfume #C3A3FB
RGB
CMYK
RGB Variations
Color information
#C3A3FB (or 0xC3A3FB) is known color: Perfume. HEX triplet: C3, A3 and FB. RGB value is (195,163,251). Sum of RGB (Red+Green+Blue) = 195+163+251=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A3FB is #3C5C04. Grayscale: #B6B6B6. Windows color (decimal): -3955717 or 16491459. OLE color: 16491459.
HSL color Cylindrical-coordinate representation of color #C3A3FB: hue angle of 261.82º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3A3FB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 163 | 251 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.02 |
| HSL | 261.82º | 0.92% | 0.81% | - |
| HSV(B) | 261.82º | 0.35% | 0.98% | - |
| XYZ | 53.02 | 44.76 | 97.11 | - |
| YUV | 182.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 251 | 0.22 | 0.35 | 0 | 0.02 | 261.82 | 0.92 | 0.81 |
| Hex | C3 | A3 | FB | 16 | 23 | 0 | 2 | 106 | 5C | 51 |
| Octal | 303 | 243 | 373 | 26 | 43 | 0 | 2 | 406 | 134 | 121 |
| Binary | 11000011 | 10100011 | 11111011 | 10110 | 100011 | 0 | 10 | 100000110 | 1011100 | 1010001 |
Color Harmonies of #C3A3FB
Complementary color
Monochromatic Colors of #C3A3FB
Black with #C3A3FB
Text Example
Text Example
White with #C3A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A3FB; }
p { color: rgb(195,163,251); }
H1.HeaderClassName
{
color: #C3A3FB;
}
.AnyTagClassName
{
color: #C3A3FB;
}
</style>
background-color css
<style>
a { background-color: #C3A3FB; }
a { background-color: rgb(195,163,251); }
div.DivClassName
{
background-color: #C3A3FB;
}
.BgClassName
{
background-color: #C3A3FB;
}
</style>
border-color css
<style>
span { border-color: #C3A3FB; }
span { border-color: rgb(195,163,251); }
td.TdClassName
{
border-color: #C3A3FB;
}
.TagClassName
{
border-color: #C3A3FB;
}
</style>