Shades of Plum #CF99D6
Tints of Plum #CF99D6
RGB
CMYK
RGB Variations
Color information
#CF99D6 (or 0xCF99D6) is known color: Plum. HEX triplet: CF, 99 and D6. RGB value is (207,153,214). Sum of RGB (Red+Green+Blue) = 207+153+214=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99D6 is #306629. Grayscale: #AFAFAF. Windows color (decimal): -3171882 or 14064079. OLE color: 14064079.
HSL color Cylindrical-coordinate representation of color #CF99D6: hue angle of 293.11º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF99D6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 153 | 214 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.16 |
| HSL | 293.11º | 0.43% | 0.72% | - |
| HSV(B) | 293.11º | 0.29% | 0.84% | - |
| XYZ | 49.26 | 40.9 | 68.92 | - |
| YUV | 176.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 214 | 0.03 | 0.29 | 0 | 0.16 | 293.11 | 0.43 | 0.72 |
| Hex | CF | 99 | D6 | 3 | 1D | 0 | 10 | 125 | 2B | 48 |
| Octal | 317 | 231 | 326 | 3 | 35 | 0 | 20 | 445 | 53 | 110 |
| Binary | 11001111 | 10011001 | 11010110 | 11 | 11101 | 0 | 10000 | 100100101 | 101011 | 1001000 |
Color Harmonies of #CF99D6
Complementary color
Monochromatic Colors of #CF99D6
Black with #CF99D6
Text Example
Text Example
White with #CF99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99D6; }
p { color: rgb(207,153,214); }
H1.HeaderClassName
{
color: #CF99D6;
}
.AnyTagClassName
{
color: #CF99D6;
}
</style>
background-color css
<style>
a { background-color: #CF99D6; }
a { background-color: rgb(207,153,214); }
div.DivClassName
{
background-color: #CF99D6;
}
.BgClassName
{
background-color: #CF99D6;
}
</style>
border-color css
<style>
span { border-color: #CF99D6; }
span { border-color: rgb(207,153,214); }
td.TdClassName
{
border-color: #CF99D6;
}
.TagClassName
{
border-color: #CF99D6;
}
</style>