Shades of Plum #CE8AD6
Tints of Plum #CE8AD6
RGB
CMYK
RGB Variations
Color information
#CE8AD6 (or 0xCE8AD6) is known color: Plum. HEX triplet: CE, 8A and D6. RGB value is (206,138,214). Sum of RGB (Red+Green+Blue) = 206+138+214=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AD6 is #317529. Grayscale: #A6A6A6. Windows color (decimal): -3241258 or 14060238. OLE color: 14060238.
HSL color Cylindrical-coordinate representation of color #CE8AD6: hue angle of 293.68º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8AD6 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 138 | 214 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.16 |
| HSL | 293.68º | 0.48% | 0.69% | - |
| HSV(B) | 293.68º | 0.36% | 0.84% | - |
| XYZ | 46.68 | 36.15 | 68.14 | - |
| YUV | 167 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 214 | 0.04 | 0.36 | 0 | 0.16 | 293.68 | 0.48 | 0.69 |
| Hex | CE | 8A | D6 | 4 | 24 | 0 | 10 | 126 | 30 | 45 |
| Octal | 316 | 212 | 326 | 4 | 44 | 0 | 20 | 446 | 60 | 105 |
| Binary | 11001110 | 10001010 | 11010110 | 100 | 100100 | 0 | 10000 | 100100110 | 110000 | 1000101 |
Color Harmonies of #CE8AD6
Complementary color
Monochromatic Colors of #CE8AD6
Black with #CE8AD6
Text Example
Text Example
White with #CE8AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AD6; }
p { color: rgb(206,138,214); }
H1.HeaderClassName
{
color: #CE8AD6;
}
.AnyTagClassName
{
color: #CE8AD6;
}
</style>
background-color css
<style>
a { background-color: #CE8AD6; }
a { background-color: rgb(206,138,214); }
div.DivClassName
{
background-color: #CE8AD6;
}
.BgClassName
{
background-color: #CE8AD6;
}
</style>
border-color css
<style>
span { border-color: #CE8AD6; }
span { border-color: rgb(206,138,214); }
td.TdClassName
{
border-color: #CE8AD6;
}
.TagClassName
{
border-color: #CE8AD6;
}
</style>