Shades of Perfume #C69EFA
Tints of Perfume #C69EFA
RGB
CMYK
RGB Variations
Color information
#C69EFA (or 0xC69EFA) is known color: Perfume. HEX triplet: C6, 9E and FA. RGB value is (198,158,250). Sum of RGB (Red+Green+Blue) = 198+158+250=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #C69EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EFA is #396105. Grayscale: #B4B4B4. Windows color (decimal): -3760390 or 16424646. OLE color: 16424646.
HSL color Cylindrical-coordinate representation of color #C69EFA: hue angle of 266.09º 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 #C69EFA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 158 | 250 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.02 |
| HSL | 266.09º | 0.9% | 0.8% | - |
| HSV(B) | 266.09º | 0.37% | 0.98% | - |
| XYZ | 52.77 | 43.36 | 96.03 | - |
| YUV | 180.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 250 | 0.21 | 0.37 | 0 | 0.02 | 266.09 | 0.9 | 0.8 |
| Hex | C6 | 9E | FA | 15 | 25 | 0 | 2 | 10A | 5A | 50 |
| Octal | 306 | 236 | 372 | 25 | 45 | 0 | 2 | 412 | 132 | 120 |
| Binary | 11000110 | 10011110 | 11111010 | 10101 | 100101 | 0 | 10 | 100001010 | 1011010 | 1010000 |
Color Harmonies of #C69EFA
Complementary color
Monochromatic Colors of #C69EFA
Black with #C69EFA
Text Example
Text Example
White with #C69EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EFA; }
p { color: rgb(198,158,250); }
H1.HeaderClassName
{
color: #C69EFA;
}
.AnyTagClassName
{
color: #C69EFA;
}
</style>
background-color css
<style>
a { background-color: #C69EFA; }
a { background-color: rgb(198,158,250); }
div.DivClassName
{
background-color: #C69EFA;
}
.BgClassName
{
background-color: #C69EFA;
}
</style>
border-color css
<style>
span { border-color: #C69EFA; }
span { border-color: rgb(198,158,250); }
td.TdClassName
{
border-color: #C69EFA;
}
.TagClassName
{
border-color: #C69EFA;
}
</style>