Shades of Perfume #C29CF5
Tints of Perfume #C29CF5
RGB
CMYK
RGB Variations
Color information
#C29CF5 (or 0xC29CF5) is known color: Perfume. HEX triplet: C2, 9C and F5. RGB value is (194,156,245). Sum of RGB (Red+Green+Blue) = 194+156+245=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #C29CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CF5 is #3D630A. Grayscale: #B1B1B1. Windows color (decimal): -4023051 or 16096450. OLE color: 16096450.
HSL color Cylindrical-coordinate representation of color #C29CF5: hue angle of 265.62º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29CF5 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 156 | 245 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.04 |
| HSL | 265.62º | 0.82% | 0.79% | - |
| HSV(B) | 265.62º | 0.36% | 0.96% | - |
| XYZ | 50.62 | 41.84 | 91.79 | - |
| YUV | 177.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 245 | 0.21 | 0.36 | 0 | 0.04 | 265.62 | 0.82 | 0.79 |
| Hex | C2 | 9C | F5 | 15 | 24 | 0 | 4 | 10A | 52 | 4F |
| Octal | 302 | 234 | 365 | 25 | 44 | 0 | 4 | 412 | 122 | 117 |
| Binary | 11000010 | 10011100 | 11110101 | 10101 | 100100 | 0 | 100 | 100001010 | 1010010 | 1001111 |
Color Harmonies of #C29CF5
Complementary color
Monochromatic Colors of #C29CF5
Black with #C29CF5
Text Example
Text Example
White with #C29CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CF5; }
p { color: rgb(194,156,245); }
H1.HeaderClassName
{
color: #C29CF5;
}
.AnyTagClassName
{
color: #C29CF5;
}
</style>
background-color css
<style>
a { background-color: #C29CF5; }
a { background-color: rgb(194,156,245); }
div.DivClassName
{
background-color: #C29CF5;
}
.BgClassName
{
background-color: #C29CF5;
}
</style>
border-color css
<style>
span { border-color: #C29CF5; }
span { border-color: rgb(194,156,245); }
td.TdClassName
{
border-color: #C29CF5;
}
.TagClassName
{
border-color: #C29CF5;
}
</style>