Shades of Perfume #C69CEF
Tints of Perfume #C69CEF
RGB
CMYK
RGB Variations
Color information
#C69CEF (or 0xC69CEF) is known color: Perfume. HEX triplet: C6, 9C and EF. RGB value is (198,156,239). Sum of RGB (Red+Green+Blue) = 198+156+239=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #C69CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEF is #396310. Grayscale: #B1B1B1. Windows color (decimal): -3760913 or 15703238. OLE color: 15703238.
HSL color Cylindrical-coordinate representation of color #C69CEF: hue angle of 270.36º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69CEF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 156 | 239 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.06 |
| HSL | 270.36º | 0.72% | 0.77% | - |
| HSV(B) | 270.36º | 0.35% | 0.94% | - |
| XYZ | 50.76 | 42.01 | 87.1 | - |
| YUV | 178.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 239 | 0.17 | 0.35 | 0 | 0.06 | 270.36 | 0.72 | 0.77 |
| Hex | C6 | 9C | EF | 11 | 23 | 0 | 6 | 10E | 48 | 4D |
| Octal | 306 | 234 | 357 | 21 | 43 | 0 | 6 | 416 | 110 | 115 |
| Binary | 11000110 | 10011100 | 11101111 | 10001 | 100011 | 0 | 110 | 100001110 | 1001000 | 1001101 |
Color Harmonies of #C69CEF
Complementary color
Monochromatic Colors of #C69CEF
Black with #C69CEF
Text Example
Text Example
White with #C69CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CEF; }
p { color: rgb(198,156,239); }
H1.HeaderClassName
{
color: #C69CEF;
}
.AnyTagClassName
{
color: #C69CEF;
}
</style>
background-color css
<style>
a { background-color: #C69CEF; }
a { background-color: rgb(198,156,239); }
div.DivClassName
{
background-color: #C69CEF;
}
.BgClassName
{
background-color: #C69CEF;
}
</style>
border-color css
<style>
span { border-color: #C69CEF; }
span { border-color: rgb(198,156,239); }
td.TdClassName
{
border-color: #C69CEF;
}
.TagClassName
{
border-color: #C69CEF;
}
</style>