Shades of Perfume #C69FE8
Tints of Perfume #C69FE8
RGB
CMYK
RGB Variations
Color information
#C69FE8 (or 0xC69FE8) is known color: Perfume. HEX triplet: C6, 9F and E8. RGB value is (198,159,232). Sum of RGB (Red+Green+Blue) = 198+159+232=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #C69FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FE8 is #396017. Grayscale: #B2B2B2. Windows color (decimal): -3760152 or 15245254. OLE color: 15245254.
HSL color Cylindrical-coordinate representation of color #C69FE8: hue angle of 272.05º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69FE8 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 159 | 232 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.09 |
| HSL | 272.05º | 0.61% | 0.77% | - |
| HSV(B) | 272.05º | 0.31% | 0.91% | - |
| XYZ | 50.25 | 42.63 | 81.92 | - |
| YUV | 178.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 232 | 0.15 | 0.31 | 0 | 0.09 | 272.05 | 0.61 | 0.77 |
| Hex | C6 | 9F | E8 | F | 1F | 0 | 9 | 110 | 3D | 4D |
| Octal | 306 | 237 | 350 | 17 | 37 | 0 | 11 | 420 | 75 | 115 |
| Binary | 11000110 | 10011111 | 11101000 | 1111 | 11111 | 0 | 1001 | 100010000 | 111101 | 1001101 |
Color Harmonies of #C69FE8
Complementary color
Monochromatic Colors of #C69FE8
Black with #C69FE8
Text Example
Text Example
White with #C69FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FE8; }
p { color: rgb(198,159,232); }
H1.HeaderClassName
{
color: #C69FE8;
}
.AnyTagClassName
{
color: #C69FE8;
}
</style>
background-color css
<style>
a { background-color: #C69FE8; }
a { background-color: rgb(198,159,232); }
div.DivClassName
{
background-color: #C69FE8;
}
.BgClassName
{
background-color: #C69FE8;
}
</style>
border-color css
<style>
span { border-color: #C69FE8; }
span { border-color: rgb(198,159,232); }
td.TdClassName
{
border-color: #C69FE8;
}
.TagClassName
{
border-color: #C69FE8;
}
</style>