Shades of Plum #CF8BD8
Tints of Plum #CF8BD8
RGB
CMYK
RGB Variations
Color information
#CF8BD8 (or 0xCF8BD8) is known color: Plum. HEX triplet: CF, 8B and D8. RGB value is (207,139,216). Sum of RGB (Red+Green+Blue) = 207+139+216=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BD8 is #307427. Grayscale: #A7A7A7. Windows color (decimal): -3175464 or 14191567. OLE color: 14191567.
HSL color Cylindrical-coordinate representation of color #CF8BD8: hue angle of 292.99º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8BD8 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 139 | 216 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.15 |
| HSL | 292.99º | 0.5% | 0.7% | - |
| HSV(B) | 292.99º | 0.36% | 0.85% | - |
| XYZ | 47.36 | 36.69 | 69.55 | - |
| YUV | 168.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 216 | 0.04 | 0.36 | 0 | 0.15 | 292.99 | 0.5 | 0.7 |
| Hex | CF | 8B | D8 | 4 | 24 | 0 | F | 125 | 32 | 46 |
| Octal | 317 | 213 | 330 | 4 | 44 | 0 | 17 | 445 | 62 | 106 |
| Binary | 11001111 | 10001011 | 11011000 | 100 | 100100 | 0 | 1111 | 100100101 | 110010 | 1000110 |
Color Harmonies of #CF8BD8
Complementary color
Monochromatic Colors of #CF8BD8
Black with #CF8BD8
Text Example
Text Example
White with #CF8BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BD8; }
p { color: rgb(207,139,216); }
H1.HeaderClassName
{
color: #CF8BD8;
}
.AnyTagClassName
{
color: #CF8BD8;
}
</style>
background-color css
<style>
a { background-color: #CF8BD8; }
a { background-color: rgb(207,139,216); }
div.DivClassName
{
background-color: #CF8BD8;
}
.BgClassName
{
background-color: #CF8BD8;
}
</style>
border-color css
<style>
span { border-color: #CF8BD8; }
span { border-color: rgb(207,139,216); }
td.TdClassName
{
border-color: #CF8BD8;
}
.TagClassName
{
border-color: #CF8BD8;
}
</style>