Shades of Perfume #C29CF0
Tints of Perfume #C29CF0
RGB
CMYK
RGB Variations
Color information
#C29CF0 (or 0xC29CF0) is known color: Perfume. HEX triplet: C2, 9C and F0. RGB value is (194,156,240). Sum of RGB (Red+Green+Blue) = 194+156+240=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #C29CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CF0 is #3D630F. Grayscale: #B0B0B0. Windows color (decimal): -4023056 or 15768770. OLE color: 15768770.
HSL color Cylindrical-coordinate representation of color #C29CF0: hue angle of 267.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29CF0 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 156 | 240 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.06 |
| HSL | 267.14º | 0.74% | 0.78% | - |
| HSV(B) | 267.14º | 0.35% | 0.94% | - |
| XYZ | 49.86 | 41.54 | 87.83 | - |
| YUV | 176.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 240 | 0.19 | 0.35 | 0 | 0.06 | 267.14 | 0.74 | 0.78 |
| Hex | C2 | 9C | F0 | 13 | 23 | 0 | 6 | 10B | 4A | 4E |
| Octal | 302 | 234 | 360 | 23 | 43 | 0 | 6 | 413 | 112 | 116 |
| Binary | 11000010 | 10011100 | 11110000 | 10011 | 100011 | 0 | 110 | 100001011 | 1001010 | 1001110 |
Color Harmonies of #C29CF0
Complementary color
Monochromatic Colors of #C29CF0
Black with #C29CF0
Text Example
Text Example
White with #C29CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CF0; }
p { color: rgb(194,156,240); }
H1.HeaderClassName
{
color: #C29CF0;
}
.AnyTagClassName
{
color: #C29CF0;
}
</style>
background-color css
<style>
a { background-color: #C29CF0; }
a { background-color: rgb(194,156,240); }
div.DivClassName
{
background-color: #C29CF0;
}
.BgClassName
{
background-color: #C29CF0;
}
</style>
border-color css
<style>
span { border-color: #C29CF0; }
span { border-color: rgb(194,156,240); }
td.TdClassName
{
border-color: #C29CF0;
}
.TagClassName
{
border-color: #C29CF0;
}
</style>