Shades of Perfume #C2A5FB
Tints of Perfume #C2A5FB
RGB
CMYK
RGB Variations
Color information
#C2A5FB (or 0xC2A5FB) is known color: Perfume. HEX triplet: C2, A5 and FB. RGB value is (194,165,251). Sum of RGB (Red+Green+Blue) = 194+165+251=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A5FB is #3D5A04. Grayscale: #B7B7B7. Windows color (decimal): -4020741 or 16491970. OLE color: 16491970.
HSL color Cylindrical-coordinate representation of color #C2A5FB: hue angle of 260.23º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2A5FB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 165 | 251 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.02 |
| HSL | 260.23º | 0.91% | 0.82% | - |
| HSV(B) | 260.23º | 0.34% | 0.98% | - |
| XYZ | 53.12 | 45.34 | 97.22 | - |
| YUV | 183.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 251 | 0.23 | 0.34 | 0 | 0.02 | 260.23 | 0.91 | 0.82 |
| Hex | C2 | A5 | FB | 17 | 22 | 0 | 2 | 104 | 5B | 52 |
| Octal | 302 | 245 | 373 | 27 | 42 | 0 | 2 | 404 | 133 | 122 |
| Binary | 11000010 | 10100101 | 11111011 | 10111 | 100010 | 0 | 10 | 100000100 | 1011011 | 1010010 |
Color Harmonies of #C2A5FB
Complementary color
Monochromatic Colors of #C2A5FB
Black with #C2A5FB
Text Example
Text Example
White with #C2A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5FB; }
p { color: rgb(194,165,251); }
H1.HeaderClassName
{
color: #C2A5FB;
}
.AnyTagClassName
{
color: #C2A5FB;
}
</style>
background-color css
<style>
a { background-color: #C2A5FB; }
a { background-color: rgb(194,165,251); }
div.DivClassName
{
background-color: #C2A5FB;
}
.BgClassName
{
background-color: #C2A5FB;
}
</style>
border-color css
<style>
span { border-color: #C2A5FB; }
span { border-color: rgb(194,165,251); }
td.TdClassName
{
border-color: #C2A5FB;
}
.TagClassName
{
border-color: #C2A5FB;
}
</style>