Shades of Perfume #C69BFA
Tints of Perfume #C69BFA
RGB
CMYK
RGB Variations
Color information
#C69BFA (or 0xC69BFA) is known color: Perfume. HEX triplet: C6, 9B and FA. RGB value is (198,155,250). Sum of RGB (Red+Green+Blue) = 198+155+250=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #C69BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFA is #396405. Grayscale: #B2B2B2. Windows color (decimal): -3761158 or 16423878. OLE color: 16423878.
HSL color Cylindrical-coordinate representation of color #C69BFA: hue angle of 267.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69BFA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 155 | 250 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.02 |
| HSL | 267.16º | 0.9% | 0.79% | - |
| HSV(B) | 267.16º | 0.38% | 0.98% | - |
| XYZ | 52.27 | 42.35 | 95.86 | - |
| YUV | 178.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 250 | 0.21 | 0.38 | 0 | 0.02 | 267.16 | 0.9 | 0.79 |
| Hex | C6 | 9B | FA | 15 | 26 | 0 | 2 | 10B | 5A | 4F |
| Octal | 306 | 233 | 372 | 25 | 46 | 0 | 2 | 413 | 132 | 117 |
| Binary | 11000110 | 10011011 | 11111010 | 10101 | 100110 | 0 | 10 | 100001011 | 1011010 | 1001111 |
Color Harmonies of #C69BFA
Complementary color
Monochromatic Colors of #C69BFA
Black with #C69BFA
Text Example
Text Example
White with #C69BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BFA; }
p { color: rgb(198,155,250); }
H1.HeaderClassName
{
color: #C69BFA;
}
.AnyTagClassName
{
color: #C69BFA;
}
</style>
background-color css
<style>
a { background-color: #C69BFA; }
a { background-color: rgb(198,155,250); }
div.DivClassName
{
background-color: #C69BFA;
}
.BgClassName
{
background-color: #C69BFA;
}
</style>
border-color css
<style>
span { border-color: #C69BFA; }
span { border-color: rgb(198,155,250); }
td.TdClassName
{
border-color: #C69BFA;
}
.TagClassName
{
border-color: #C69BFA;
}
</style>