Shades of Perfume #C59DED
Tints of Perfume #C59DED
RGB
CMYK
RGB Variations
Color information
#C59DED (or 0xC59DED) is known color: Perfume. HEX triplet: C5, 9D and ED. RGB value is (197,157,237). Sum of RGB (Red+Green+Blue) = 197+157+237=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #C59DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59DED is #3A6212. Grayscale: #B1B1B1. Windows color (decimal): -3826195 or 15572421. OLE color: 15572421.
HSL color Cylindrical-coordinate representation of color #C59DED: hue angle of 270º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59DED is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 157 | 237 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.07 |
| HSL | 270º | 0.69% | 0.77% | - |
| HSV(B) | 270º | 0.34% | 0.93% | - |
| XYZ | 50.37 | 42.1 | 85.59 | - |
| YUV | 178.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 237 | 0.17 | 0.34 | 0 | 0.07 | 270 | 0.69 | 0.77 |
| Hex | C5 | 9D | ED | 11 | 22 | 0 | 7 | 10E | 45 | 4D |
| Octal | 305 | 235 | 355 | 21 | 42 | 0 | 7 | 416 | 105 | 115 |
| Binary | 11000101 | 10011101 | 11101101 | 10001 | 100010 | 0 | 111 | 100001110 | 1000101 | 1001101 |
Color Harmonies of #C59DED
Complementary color
Monochromatic Colors of #C59DED
Black with #C59DED
Text Example
Text Example
White with #C59DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DED; }
p { color: rgb(197,157,237); }
H1.HeaderClassName
{
color: #C59DED;
}
.AnyTagClassName
{
color: #C59DED;
}
</style>
background-color css
<style>
a { background-color: #C59DED; }
a { background-color: rgb(197,157,237); }
div.DivClassName
{
background-color: #C59DED;
}
.BgClassName
{
background-color: #C59DED;
}
</style>
border-color css
<style>
span { border-color: #C59DED; }
span { border-color: rgb(197,157,237); }
td.TdClassName
{
border-color: #C59DED;
}
.TagClassName
{
border-color: #C59DED;
}
</style>