Shades of Perfume #C29CFC
Tints of Perfume #C29CFC
RGB
CMYK
RGB Variations
Color information
#C29CFC (or 0xC29CFC) is known color: Perfume. HEX triplet: C2, 9C and FC. RGB value is (194,156,252). Sum of RGB (Red+Green+Blue) = 194+156+252=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C29CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CFC is #3D6303. Grayscale: #B1B1B1. Windows color (decimal): -4023044 or 16555202. OLE color: 16555202.
HSL color Cylindrical-coordinate representation of color #C29CFC: hue angle of 263.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29CFC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 156 | 252 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 263.75º | 0.94% | 0.8% | - |
| HSV(B) | 263.75º | 0.38% | 0.99% | - |
| XYZ | 51.71 | 42.27 | 97.53 | - |
| YUV | 178.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 252 | 0.23 | 0.38 | 0 | 0.01 | 263.75 | 0.94 | 0.8 |
| Hex | C2 | 9C | FC | 17 | 26 | 0 | 1 | 108 | 5E | 50 |
| Octal | 302 | 234 | 374 | 27 | 46 | 0 | 1 | 410 | 136 | 120 |
| Binary | 11000010 | 10011100 | 11111100 | 10111 | 100110 | 0 | 1 | 100001000 | 1011110 | 1010000 |
Color Harmonies of #C29CFC
Complementary color
Monochromatic Colors of #C29CFC
Black with #C29CFC
Text Example
Text Example
White with #C29CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CFC; }
p { color: rgb(194,156,252); }
H1.HeaderClassName
{
color: #C29CFC;
}
.AnyTagClassName
{
color: #C29CFC;
}
</style>
background-color css
<style>
a { background-color: #C29CFC; }
a { background-color: rgb(194,156,252); }
div.DivClassName
{
background-color: #C29CFC;
}
.BgClassName
{
background-color: #C29CFC;
}
</style>
border-color css
<style>
span { border-color: #C29CFC; }
span { border-color: rgb(194,156,252); }
td.TdClassName
{
border-color: #C29CFC;
}
.TagClassName
{
border-color: #C29CFC;
}
</style>