Shades of Perfume #C69FEB
Tints of Perfume #C69FEB
RGB
CMYK
RGB Variations
Color information
#C69FEB (or 0xC69FEB) is known color: Perfume. HEX triplet: C6, 9F and EB. RGB value is (198,159,235). Sum of RGB (Red+Green+Blue) = 198+159+235=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #C69FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FEB is #396014. Grayscale: #B3B3B3. Windows color (decimal): -3760149 or 15441862. OLE color: 15441862.
HSL color Cylindrical-coordinate representation of color #C69FEB: hue angle of 270.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69FEB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 159 | 235 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.08 |
| HSL | 270.79º | 0.66% | 0.77% | - |
| HSV(B) | 270.79º | 0.32% | 0.92% | - |
| XYZ | 50.68 | 42.8 | 84.19 | - |
| YUV | 179.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 235 | 0.16 | 0.32 | 0 | 0.08 | 270.79 | 0.66 | 0.77 |
| Hex | C6 | 9F | EB | 10 | 20 | 0 | 8 | 10F | 42 | 4D |
| Octal | 306 | 237 | 353 | 20 | 40 | 0 | 10 | 417 | 102 | 115 |
| Binary | 11000110 | 10011111 | 11101011 | 10000 | 100000 | 0 | 1000 | 100001111 | 1000010 | 1001101 |
Color Harmonies of #C69FEB
Complementary color
Monochromatic Colors of #C69FEB
Black with #C69FEB
Text Example
Text Example
White with #C69FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FEB; }
p { color: rgb(198,159,235); }
H1.HeaderClassName
{
color: #C69FEB;
}
.AnyTagClassName
{
color: #C69FEB;
}
</style>
background-color css
<style>
a { background-color: #C69FEB; }
a { background-color: rgb(198,159,235); }
div.DivClassName
{
background-color: #C69FEB;
}
.BgClassName
{
background-color: #C69FEB;
}
</style>
border-color css
<style>
span { border-color: #C69FEB; }
span { border-color: rgb(198,159,235); }
td.TdClassName
{
border-color: #C69FEB;
}
.TagClassName
{
border-color: #C69FEB;
}
</style>