Shades of Orchid #CF81D9
Tints of Orchid #CF81D9
RGB
CMYK
RGB Variations
Color information
#CF81D9 (or 0xCF81D9) is known color: Orchid. HEX triplet: CF, 81 and D9. RGB value is (207,129,217). Sum of RGB (Red+Green+Blue) = 207+129+217=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81D9 is #307E26. Grayscale: #A2A2A2. Windows color (decimal): -3178023 or 14254543. OLE color: 14254543.
HSL color Cylindrical-coordinate representation of color #CF81D9: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF81D9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 129 | 217 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.15 |
| HSL | 293.18º | 0.54% | 0.68% | - |
| HSV(B) | 293.18º | 0.41% | 0.85% | - |
| XYZ | 46.11 | 33.98 | 69.77 | - |
| YUV | 162.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 217 | 0.05 | 0.41 | 0 | 0.15 | 293.18 | 0.54 | 0.68 |
| Hex | CF | 81 | D9 | 5 | 29 | 0 | F | 125 | 36 | 44 |
| Octal | 317 | 201 | 331 | 5 | 51 | 0 | 17 | 445 | 66 | 104 |
| Binary | 11001111 | 10000001 | 11011001 | 101 | 101001 | 0 | 1111 | 100100101 | 110110 | 1000100 |
Color Harmonies of #CF81D9
Complementary color
Monochromatic Colors of #CF81D9
Black with #CF81D9
Text Example
Text Example
White with #CF81D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81D9; }
p { color: rgb(207,129,217); }
H1.HeaderClassName
{
color: #CF81D9;
}
.AnyTagClassName
{
color: #CF81D9;
}
</style>
background-color css
<style>
a { background-color: #CF81D9; }
a { background-color: rgb(207,129,217); }
div.DivClassName
{
background-color: #CF81D9;
}
.BgClassName
{
background-color: #CF81D9;
}
</style>
border-color css
<style>
span { border-color: #CF81D9; }
span { border-color: rgb(207,129,217); }
td.TdClassName
{
border-color: #CF81D9;
}
.TagClassName
{
border-color: #CF81D9;
}
</style>