Shades of Plum #CF8DD8
Tints of Plum #CF8DD8
RGB
CMYK
RGB Variations
Color information
#CF8DD8 (or 0xCF8DD8) is known color: Plum. HEX triplet: CF, 8D and D8. RGB value is (207,141,216). Sum of RGB (Red+Green+Blue) = 207+141+216=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF8DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DD8 is #307227. Grayscale: #A9A9A9. Windows color (decimal): -3174952 or 14192079. OLE color: 14192079.
HSL color Cylindrical-coordinate representation of color #CF8DD8: hue angle of 292.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF8DD8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 141 | 216 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.15 |
| HSL | 292.8º | 0.49% | 0.7% | - |
| HSV(B) | 292.8º | 0.35% | 0.85% | - |
| XYZ | 47.65 | 37.27 | 69.65 | - |
| YUV | 169.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 216 | 0.04 | 0.35 | 0 | 0.15 | 292.8 | 0.49 | 0.7 |
| Hex | CF | 8D | D8 | 4 | 23 | 0 | F | 125 | 31 | 46 |
| Octal | 317 | 215 | 330 | 4 | 43 | 0 | 17 | 445 | 61 | 106 |
| Binary | 11001111 | 10001101 | 11011000 | 100 | 100011 | 0 | 1111 | 100100101 | 110001 | 1000110 |
Color Harmonies of #CF8DD8
Complementary color
Monochromatic Colors of #CF8DD8
Black with #CF8DD8
Text Example
Text Example
White with #CF8DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DD8; }
p { color: rgb(207,141,216); }
H1.HeaderClassName
{
color: #CF8DD8;
}
.AnyTagClassName
{
color: #CF8DD8;
}
</style>
background-color css
<style>
a { background-color: #CF8DD8; }
a { background-color: rgb(207,141,216); }
div.DivClassName
{
background-color: #CF8DD8;
}
.BgClassName
{
background-color: #CF8DD8;
}
</style>
border-color css
<style>
span { border-color: #CF8DD8; }
span { border-color: rgb(207,141,216); }
td.TdClassName
{
border-color: #CF8DD8;
}
.TagClassName
{
border-color: #CF8DD8;
}
</style>