Shades of Perfume #C69DFA
Tints of Perfume #C69DFA
RGB
CMYK
RGB Variations
Color information
#C69DFA (or 0xC69DFA) is known color: Perfume. HEX triplet: C6, 9D and FA. RGB value is (198,157,250). Sum of RGB (Red+Green+Blue) = 198+157+250=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C69DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DFA is #396205. Grayscale: #B3B3B3. Windows color (decimal): -3760646 or 16424390. OLE color: 16424390.
HSL color Cylindrical-coordinate representation of color #C69DFA: hue angle of 266.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C69DFA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 157 | 250 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.02 |
| HSL | 266.45º | 0.9% | 0.8% | - |
| HSV(B) | 266.45º | 0.37% | 0.98% | - |
| XYZ | 52.6 | 43.02 | 95.97 | - |
| YUV | 179.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 250 | 0.21 | 0.37 | 0 | 0.02 | 266.45 | 0.9 | 0.8 |
| Hex | C6 | 9D | FA | 15 | 25 | 0 | 2 | 10A | 5A | 50 |
| Octal | 306 | 235 | 372 | 25 | 45 | 0 | 2 | 412 | 132 | 120 |
| Binary | 11000110 | 10011101 | 11111010 | 10101 | 100101 | 0 | 10 | 100001010 | 1011010 | 1010000 |
Color Harmonies of #C69DFA
Complementary color
Monochromatic Colors of #C69DFA
Black with #C69DFA
Text Example
Text Example
White with #C69DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DFA; }
p { color: rgb(198,157,250); }
H1.HeaderClassName
{
color: #C69DFA;
}
.AnyTagClassName
{
color: #C69DFA;
}
</style>
background-color css
<style>
a { background-color: #C69DFA; }
a { background-color: rgb(198,157,250); }
div.DivClassName
{
background-color: #C69DFA;
}
.BgClassName
{
background-color: #C69DFA;
}
</style>
border-color css
<style>
span { border-color: #C69DFA; }
span { border-color: rgb(198,157,250); }
td.TdClassName
{
border-color: #C69DFA;
}
.TagClassName
{
border-color: #C69DFA;
}
</style>