Shades of Perfume #C29CFA
Tints of Perfume #C29CFA
RGB
CMYK
RGB Variations
Color information
#C29CFA (or 0xC29CFA) is known color: Perfume. HEX triplet: C2, 9C and FA. RGB value is (194,156,250). Sum of RGB (Red+Green+Blue) = 194+156+250=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #C29CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CFA is #3D6305. Grayscale: #B1B1B1. Windows color (decimal): -4023046 or 16424130. OLE color: 16424130.
HSL color Cylindrical-coordinate representation of color #C29CFA: hue angle of 264.26º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29CFA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 156 | 250 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.02 |
| HSL | 264.26º | 0.9% | 0.8% | - |
| HSV(B) | 264.26º | 0.38% | 0.98% | - |
| XYZ | 51.39 | 42.15 | 95.87 | - |
| YUV | 178.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 250 | 0.22 | 0.38 | 0 | 0.02 | 264.26 | 0.9 | 0.8 |
| Hex | C2 | 9C | FA | 16 | 26 | 0 | 2 | 108 | 5A | 50 |
| Octal | 302 | 234 | 372 | 26 | 46 | 0 | 2 | 410 | 132 | 120 |
| Binary | 11000010 | 10011100 | 11111010 | 10110 | 100110 | 0 | 10 | 100001000 | 1011010 | 1010000 |
Color Harmonies of #C29CFA
Complementary color
Monochromatic Colors of #C29CFA
Black with #C29CFA
Text Example
Text Example
White with #C29CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CFA; }
p { color: rgb(194,156,250); }
H1.HeaderClassName
{
color: #C29CFA;
}
.AnyTagClassName
{
color: #C29CFA;
}
</style>
background-color css
<style>
a { background-color: #C29CFA; }
a { background-color: rgb(194,156,250); }
div.DivClassName
{
background-color: #C29CFA;
}
.BgClassName
{
background-color: #C29CFA;
}
</style>
border-color css
<style>
span { border-color: #C29CFA; }
span { border-color: rgb(194,156,250); }
td.TdClassName
{
border-color: #C29CFA;
}
.TagClassName
{
border-color: #C29CFA;
}
</style>