Shades of Perfume #C69CF3
Tints of Perfume #C69CF3
RGB
CMYK
RGB Variations
Color information
#C69CF3 (or 0xC69CF3) is known color: Perfume. HEX triplet: C6, 9C and F3. RGB value is (198,156,243). Sum of RGB (Red+Green+Blue) = 198+156+243=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #C69CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CF3 is #39630C. Grayscale: #B2B2B2. Windows color (decimal): -3760909 or 15965382. OLE color: 15965382.
HSL color Cylindrical-coordinate representation of color #C69CF3: hue angle of 268.97º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C69CF3 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 156 | 243 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.05 |
| HSL | 268.97º | 0.78% | 0.78% | - |
| HSV(B) | 268.97º | 0.36% | 0.95% | - |
| XYZ | 51.35 | 42.25 | 90.24 | - |
| YUV | 178.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 243 | 0.19 | 0.36 | 0 | 0.05 | 268.97 | 0.78 | 0.78 |
| Hex | C6 | 9C | F3 | 13 | 24 | 0 | 5 | 10D | 4E | 4E |
| Octal | 306 | 234 | 363 | 23 | 44 | 0 | 5 | 415 | 116 | 116 |
| Binary | 11000110 | 10011100 | 11110011 | 10011 | 100100 | 0 | 101 | 100001101 | 1001110 | 1001110 |
Color Harmonies of #C69CF3
Complementary color
Monochromatic Colors of #C69CF3
Black with #C69CF3
Text Example
Text Example
White with #C69CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CF3; }
p { color: rgb(198,156,243); }
H1.HeaderClassName
{
color: #C69CF3;
}
.AnyTagClassName
{
color: #C69CF3;
}
</style>
background-color css
<style>
a { background-color: #C69CF3; }
a { background-color: rgb(198,156,243); }
div.DivClassName
{
background-color: #C69CF3;
}
.BgClassName
{
background-color: #C69CF3;
}
</style>
border-color css
<style>
span { border-color: #C69CF3; }
span { border-color: rgb(198,156,243); }
td.TdClassName
{
border-color: #C69CF3;
}
.TagClassName
{
border-color: #C69CF3;
}
</style>