Shades of Plum #CF9AD6
Tints of Plum #CF9AD6
RGB
CMYK
RGB Variations
Color information
#CF9AD6 (or 0xCF9AD6) is known color: Plum. HEX triplet: CF, 9A and D6. RGB value is (207,154,214). Sum of RGB (Red+Green+Blue) = 207+154+214=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AD6 is #306529. Grayscale: #B0B0B0. Windows color (decimal): -3171626 or 14064335. OLE color: 14064335.
HSL color Cylindrical-coordinate representation of color #CF9AD6: hue angle of 293º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9AD6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 154 | 214 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.16 |
| HSL | 293º | 0.42% | 0.72% | - |
| HSV(B) | 293º | 0.28% | 0.84% | - |
| XYZ | 49.43 | 41.23 | 68.97 | - |
| YUV | 176.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 214 | 0.03 | 0.28 | 0 | 0.16 | 293 | 0.42 | 0.72 |
| Hex | CF | 9A | D6 | 3 | 1C | 0 | 10 | 125 | 2A | 48 |
| Octal | 317 | 232 | 326 | 3 | 34 | 0 | 20 | 445 | 52 | 110 |
| Binary | 11001111 | 10011010 | 11010110 | 11 | 11100 | 0 | 10000 | 100100101 | 101010 | 1001000 |
Color Harmonies of #CF9AD6
Complementary color
Monochromatic Colors of #CF9AD6
Black with #CF9AD6
Text Example
Text Example
White with #CF9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9AD6; }
p { color: rgb(207,154,214); }
H1.HeaderClassName
{
color: #CF9AD6;
}
.AnyTagClassName
{
color: #CF9AD6;
}
</style>
background-color css
<style>
a { background-color: #CF9AD6; }
a { background-color: rgb(207,154,214); }
div.DivClassName
{
background-color: #CF9AD6;
}
.BgClassName
{
background-color: #CF9AD6;
}
</style>
border-color css
<style>
span { border-color: #CF9AD6; }
span { border-color: rgb(207,154,214); }
td.TdClassName
{
border-color: #CF9AD6;
}
.TagClassName
{
border-color: #CF9AD6;
}
</style>