Shades of Perfume #C69EED
Tints of Perfume #C69EED
RGB
CMYK
RGB Variations
Color information
#C69EED (or 0xC69EED) is known color: Perfume. HEX triplet: C6, 9E and ED. RGB value is (198,158,237). Sum of RGB (Red+Green+Blue) = 198+158+237=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EED is #396112. Grayscale: #B2B2B2. Windows color (decimal): -3760403 or 15572678. OLE color: 15572678.
HSL color Cylindrical-coordinate representation of color #C69EED: hue angle of 270.38º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69EED is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 158 | 237 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.07 |
| HSL | 270.38º | 0.69% | 0.77% | - |
| HSV(B) | 270.38º | 0.33% | 0.93% | - |
| XYZ | 50.8 | 42.57 | 85.66 | - |
| YUV | 178.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 237 | 0.16 | 0.33 | 0 | 0.07 | 270.38 | 0.69 | 0.77 |
| Hex | C6 | 9E | ED | 10 | 21 | 0 | 7 | 10E | 45 | 4D |
| Octal | 306 | 236 | 355 | 20 | 41 | 0 | 7 | 416 | 105 | 115 |
| Binary | 11000110 | 10011110 | 11101101 | 10000 | 100001 | 0 | 111 | 100001110 | 1000101 | 1001101 |
Color Harmonies of #C69EED
Complementary color
Monochromatic Colors of #C69EED
Black with #C69EED
Text Example
Text Example
White with #C69EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EED; }
p { color: rgb(198,158,237); }
H1.HeaderClassName
{
color: #C69EED;
}
.AnyTagClassName
{
color: #C69EED;
}
</style>
background-color css
<style>
a { background-color: #C69EED; }
a { background-color: rgb(198,158,237); }
div.DivClassName
{
background-color: #C69EED;
}
.BgClassName
{
background-color: #C69EED;
}
</style>
border-color css
<style>
span { border-color: #C69EED; }
span { border-color: rgb(198,158,237); }
td.TdClassName
{
border-color: #C69EED;
}
.TagClassName
{
border-color: #C69EED;
}
</style>