Shades of Perfume #C59DF2
Tints of Perfume #C59DF2
RGB
CMYK
RGB Variations
Color information
#C59DF2 (or 0xC59DF2) is known color: Perfume. HEX triplet: C5, 9D and F2. RGB value is (197,157,242). Sum of RGB (Red+Green+Blue) = 197+157+242=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #C59DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59DF2 is #3A620D. Grayscale: #B2B2B2. Windows color (decimal): -3826190 or 15900101. OLE color: 15900101.
HSL color Cylindrical-coordinate representation of color #C59DF2: hue angle of 268.24º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C59DF2 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 157 | 242 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.05 |
| HSL | 268.24º | 0.77% | 0.78% | - |
| HSV(B) | 268.24º | 0.35% | 0.95% | - |
| XYZ | 51.11 | 42.4 | 89.49 | - |
| YUV | 178.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 242 | 0.19 | 0.35 | 0 | 0.05 | 268.24 | 0.77 | 0.78 |
| Hex | C5 | 9D | F2 | 13 | 23 | 0 | 5 | 10C | 4D | 4E |
| Octal | 305 | 235 | 362 | 23 | 43 | 0 | 5 | 414 | 115 | 116 |
| Binary | 11000101 | 10011101 | 11110010 | 10011 | 100011 | 0 | 101 | 100001100 | 1001101 | 1001110 |
Color Harmonies of #C59DF2
Complementary color
Monochromatic Colors of #C59DF2
Black with #C59DF2
Text Example
Text Example
White with #C59DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DF2; }
p { color: rgb(197,157,242); }
H1.HeaderClassName
{
color: #C59DF2;
}
.AnyTagClassName
{
color: #C59DF2;
}
</style>
background-color css
<style>
a { background-color: #C59DF2; }
a { background-color: rgb(197,157,242); }
div.DivClassName
{
background-color: #C59DF2;
}
.BgClassName
{
background-color: #C59DF2;
}
</style>
border-color css
<style>
span { border-color: #C59DF2; }
span { border-color: rgb(197,157,242); }
td.TdClassName
{
border-color: #C59DF2;
}
.TagClassName
{
border-color: #C59DF2;
}
</style>