Shades of Perfume #C59DEF
Tints of Perfume #C59DEF
RGB
CMYK
RGB Variations
Color information
#C59DEF (or 0xC59DEF) is known color: Perfume. HEX triplet: C5, 9D and EF. RGB value is (197,157,239). Sum of RGB (Red+Green+Blue) = 197+157+239=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #C59DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59DEF is #3A6210. Grayscale: #B2B2B2. Windows color (decimal): -3826193 or 15703493. OLE color: 15703493.
HSL color Cylindrical-coordinate representation of color #C59DEF: hue angle of 269.27º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59DEF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 157 | 239 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.06 |
| HSL | 269.27º | 0.72% | 0.78% | - |
| HSV(B) | 269.27º | 0.34% | 0.94% | - |
| XYZ | 50.66 | 42.22 | 87.14 | - |
| YUV | 178.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 239 | 0.18 | 0.34 | 0 | 0.06 | 269.27 | 0.72 | 0.78 |
| Hex | C5 | 9D | EF | 12 | 22 | 0 | 6 | 10D | 48 | 4E |
| Octal | 305 | 235 | 357 | 22 | 42 | 0 | 6 | 415 | 110 | 116 |
| Binary | 11000101 | 10011101 | 11101111 | 10010 | 100010 | 0 | 110 | 100001101 | 1001000 | 1001110 |
Color Harmonies of #C59DEF
Complementary color
Monochromatic Colors of #C59DEF
Black with #C59DEF
Text Example
Text Example
White with #C59DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DEF; }
p { color: rgb(197,157,239); }
H1.HeaderClassName
{
color: #C59DEF;
}
.AnyTagClassName
{
color: #C59DEF;
}
</style>
background-color css
<style>
a { background-color: #C59DEF; }
a { background-color: rgb(197,157,239); }
div.DivClassName
{
background-color: #C59DEF;
}
.BgClassName
{
background-color: #C59DEF;
}
</style>
border-color css
<style>
span { border-color: #C59DEF; }
span { border-color: rgb(197,157,239); }
td.TdClassName
{
border-color: #C59DEF;
}
.TagClassName
{
border-color: #C59DEF;
}
</style>