Shades of Perfume #C29BFD
Tints of Perfume #C29BFD
RGB
CMYK
RGB Variations
Color information
#C29BFD (or 0xC29BFD) is known color: Perfume. HEX triplet: C2, 9B and FD. RGB value is (194,155,253). Sum of RGB (Red+Green+Blue) = 194+155+253=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C29BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BFD is #3D6402. Grayscale: #B1B1B1. Windows color (decimal): -4023299 or 16620482. OLE color: 16620482.
HSL color Cylindrical-coordinate representation of color #C29BFD: hue angle of 263.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29BFD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 155 | 253 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.01 |
| HSL | 263.88º | 0.96% | 0.8% | - |
| HSV(B) | 263.88º | 0.39% | 0.99% | - |
| XYZ | 51.7 | 42 | 98.31 | - |
| YUV | 177.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 253 | 0.23 | 0.39 | 0 | 0.01 | 263.88 | 0.96 | 0.8 |
| Hex | C2 | 9B | FD | 17 | 27 | 0 | 1 | 108 | 60 | 50 |
| Octal | 302 | 233 | 375 | 27 | 47 | 0 | 1 | 410 | 140 | 120 |
| Binary | 11000010 | 10011011 | 11111101 | 10111 | 100111 | 0 | 1 | 100001000 | 1100000 | 1010000 |
Color Harmonies of #C29BFD
Complementary color
Monochromatic Colors of #C29BFD
Black with #C29BFD
Text Example
Text Example
White with #C29BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BFD; }
p { color: rgb(194,155,253); }
H1.HeaderClassName
{
color: #C29BFD;
}
.AnyTagClassName
{
color: #C29BFD;
}
</style>
background-color css
<style>
a { background-color: #C29BFD; }
a { background-color: rgb(194,155,253); }
div.DivClassName
{
background-color: #C29BFD;
}
.BgClassName
{
background-color: #C29BFD;
}
</style>
border-color css
<style>
span { border-color: #C29BFD; }
span { border-color: rgb(194,155,253); }
td.TdClassName
{
border-color: #C29BFD;
}
.TagClassName
{
border-color: #C29BFD;
}
</style>