Shades of Perfume #C69CFA
Tints of Perfume #C69CFA
RGB
CMYK
RGB Variations
Color information
#C69CFA (or 0xC69CFA) is known color: Perfume. HEX triplet: C6, 9C and FA. RGB value is (198,156,250). Sum of RGB (Red+Green+Blue) = 198+156+250=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C69CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CFA is #396305. Grayscale: #B2B2B2. Windows color (decimal): -3760902 or 16424134. OLE color: 16424134.
HSL color Cylindrical-coordinate representation of color #C69CFA: hue angle of 266.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69CFA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 156 | 250 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.02 |
| HSL | 266.81º | 0.9% | 0.8% | - |
| HSV(B) | 266.81º | 0.38% | 0.98% | - |
| XYZ | 52.43 | 42.68 | 95.92 | - |
| YUV | 179.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 250 | 0.21 | 0.38 | 0 | 0.02 | 266.81 | 0.9 | 0.8 |
| Hex | C6 | 9C | FA | 15 | 26 | 0 | 2 | 10B | 5A | 50 |
| Octal | 306 | 234 | 372 | 25 | 46 | 0 | 2 | 413 | 132 | 120 |
| Binary | 11000110 | 10011100 | 11111010 | 10101 | 100110 | 0 | 10 | 100001011 | 1011010 | 1010000 |
Color Harmonies of #C69CFA
Complementary color
Monochromatic Colors of #C69CFA
Black with #C69CFA
Text Example
Text Example
White with #C69CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CFA; }
p { color: rgb(198,156,250); }
H1.HeaderClassName
{
color: #C69CFA;
}
.AnyTagClassName
{
color: #C69CFA;
}
</style>
background-color css
<style>
a { background-color: #C69CFA; }
a { background-color: rgb(198,156,250); }
div.DivClassName
{
background-color: #C69CFA;
}
.BgClassName
{
background-color: #C69CFA;
}
</style>
border-color css
<style>
span { border-color: #C69CFA; }
span { border-color: rgb(198,156,250); }
td.TdClassName
{
border-color: #C69CFA;
}
.TagClassName
{
border-color: #C69CFA;
}
</style>