Shades of Perfume #C29DF2
Tints of Perfume #C29DF2
RGB
CMYK
RGB Variations
Color information
#C29DF2 (or 0xC29DF2) is known color: Perfume. HEX triplet: C2, 9D and F2. RGB value is (194,157,242). Sum of RGB (Red+Green+Blue) = 194+157+242=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #C29DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DF2 is #3D620D. Grayscale: #B1B1B1. Windows color (decimal): -4022798 or 15900098. OLE color: 15900098.
HSL color Cylindrical-coordinate representation of color #C29DF2: hue angle of 266.12º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29DF2 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 157 | 242 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.05 |
| HSL | 266.12º | 0.77% | 0.78% | - |
| HSV(B) | 266.12º | 0.35% | 0.95% | - |
| XYZ | 50.33 | 41.99 | 89.46 | - |
| YUV | 177.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 242 | 0.20 | 0.35 | 0 | 0.05 | 266.12 | 0.77 | 0.78 |
| Hex | C2 | 9D | F2 | 14 | 23 | 0 | 5 | 10A | 4D | 4E |
| Octal | 302 | 235 | 362 | 24 | 43 | 0 | 5 | 412 | 115 | 116 |
| Binary | 11000010 | 10011101 | 11110010 | 10100 | 100011 | 0 | 101 | 100001010 | 1001101 | 1001110 |
Color Harmonies of #C29DF2
Complementary color
Monochromatic Colors of #C29DF2
Black with #C29DF2
Text Example
Text Example
White with #C29DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DF2; }
p { color: rgb(194,157,242); }
H1.HeaderClassName
{
color: #C29DF2;
}
.AnyTagClassName
{
color: #C29DF2;
}
</style>
background-color css
<style>
a { background-color: #C29DF2; }
a { background-color: rgb(194,157,242); }
div.DivClassName
{
background-color: #C29DF2;
}
.BgClassName
{
background-color: #C29DF2;
}
</style>
border-color css
<style>
span { border-color: #C29DF2; }
span { border-color: rgb(194,157,242); }
td.TdClassName
{
border-color: #C29DF2;
}
.TagClassName
{
border-color: #C29DF2;
}
</style>