Shades of Perfume #C69FEF
Tints of Perfume #C69FEF
RGB
CMYK
RGB Variations
Color information
#C69FEF (or 0xC69FEF) is known color: Perfume. HEX triplet: C6, 9F and EF. RGB value is (198,159,239). Sum of RGB (Red+Green+Blue) = 198+159+239=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #C69FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FEF is #396010. Grayscale: #B3B3B3. Windows color (decimal): -3760145 or 15704006. OLE color: 15704006.
HSL color Cylindrical-coordinate representation of color #C69FEF: hue angle of 269.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69FEF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 159 | 239 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.06 |
| HSL | 269.25º | 0.71% | 0.78% | - |
| HSV(B) | 269.25º | 0.33% | 0.94% | - |
| XYZ | 51.27 | 43.03 | 87.27 | - |
| YUV | 179.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 239 | 0.17 | 0.33 | 0 | 0.06 | 269.25 | 0.71 | 0.78 |
| Hex | C6 | 9F | EF | 11 | 21 | 0 | 6 | 10D | 47 | 4E |
| Octal | 306 | 237 | 357 | 21 | 41 | 0 | 6 | 415 | 107 | 116 |
| Binary | 11000110 | 10011111 | 11101111 | 10001 | 100001 | 0 | 110 | 100001101 | 1000111 | 1001110 |
Color Harmonies of #C69FEF
Complementary color
Monochromatic Colors of #C69FEF
Black with #C69FEF
Text Example
Text Example
White with #C69FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FEF; }
p { color: rgb(198,159,239); }
H1.HeaderClassName
{
color: #C69FEF;
}
.AnyTagClassName
{
color: #C69FEF;
}
</style>
background-color css
<style>
a { background-color: #C69FEF; }
a { background-color: rgb(198,159,239); }
div.DivClassName
{
background-color: #C69FEF;
}
.BgClassName
{
background-color: #C69FEF;
}
</style>
border-color css
<style>
span { border-color: #C69FEF; }
span { border-color: rgb(198,159,239); }
td.TdClassName
{
border-color: #C69FEF;
}
.TagClassName
{
border-color: #C69FEF;
}
</style>