Shades of Perfume #C29EFD
Tints of Perfume #C29EFD
RGB
CMYK
RGB Variations
Color information
#C29EFD (or 0xC29EFD) is known color: Perfume. HEX triplet: C2, 9E and FD. RGB value is (194,158,253). Sum of RGB (Red+Green+Blue) = 194+158+253=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #C29EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EFD is #3D6102. Grayscale: #B3B3B3. Windows color (decimal): -4022531 or 16621250. OLE color: 16621250.
HSL color Cylindrical-coordinate representation of color #C29EFD: hue angle of 262.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29EFD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 158 | 253 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 262.74º | 0.96% | 0.81% | - |
| HSV(B) | 262.74º | 0.38% | 0.99% | - |
| XYZ | 52.2 | 43.01 | 98.48 | - |
| YUV | 179.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 253 | 0.23 | 0.38 | 0 | 0.01 | 262.74 | 0.96 | 0.81 |
| Hex | C2 | 9E | FD | 17 | 26 | 0 | 1 | 107 | 60 | 51 |
| Octal | 302 | 236 | 375 | 27 | 46 | 0 | 1 | 407 | 140 | 121 |
| Binary | 11000010 | 10011110 | 11111101 | 10111 | 100110 | 0 | 1 | 100000111 | 1100000 | 1010001 |
Color Harmonies of #C29EFD
Complementary color
Monochromatic Colors of #C29EFD
Black with #C29EFD
Text Example
Text Example
White with #C29EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EFD; }
p { color: rgb(194,158,253); }
H1.HeaderClassName
{
color: #C29EFD;
}
.AnyTagClassName
{
color: #C29EFD;
}
</style>
background-color css
<style>
a { background-color: #C29EFD; }
a { background-color: rgb(194,158,253); }
div.DivClassName
{
background-color: #C29EFD;
}
.BgClassName
{
background-color: #C29EFD;
}
</style>
border-color css
<style>
span { border-color: #C29EFD; }
span { border-color: rgb(194,158,253); }
td.TdClassName
{
border-color: #C29EFD;
}
.TagClassName
{
border-color: #C29EFD;
}
</style>