Shades of Orchid #CF72D9
Tints of Orchid #CF72D9
RGB
CMYK
RGB Variations
Color information
#CF72D9 (or 0xCF72D9) is known color: Orchid. HEX triplet: CF, 72 and D9. RGB value is (207,114,217). Sum of RGB (Red+Green+Blue) = 207+114+217=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72D9 is #308D26. Grayscale: #999999. Windows color (decimal): -3181863 or 14250703. OLE color: 14250703.
HSL color Cylindrical-coordinate representation of color #CF72D9: hue angle of 294.17º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF72D9 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 114 | 217 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.15 |
| HSL | 294.17º | 0.58% | 0.65% | - |
| HSV(B) | 294.17º | 0.47% | 0.85% | - |
| XYZ | 44.27 | 30.31 | 69.16 | - |
| YUV | 153.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 217 | 0.05 | 0.47 | 0 | 0.15 | 294.17 | 0.58 | 0.65 |
| Hex | CF | 72 | D9 | 5 | 2F | 0 | F | 126 | 3A | 41 |
| Octal | 317 | 162 | 331 | 5 | 57 | 0 | 17 | 446 | 72 | 101 |
| Binary | 11001111 | 1110010 | 11011001 | 101 | 101111 | 0 | 1111 | 100100110 | 111010 | 1000001 |
Color Harmonies of #CF72D9
Complementary color
Monochromatic Colors of #CF72D9
Black with #CF72D9
Text Example
Text Example
White with #CF72D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72D9; }
p { color: rgb(207,114,217); }
H1.HeaderClassName
{
color: #CF72D9;
}
.AnyTagClassName
{
color: #CF72D9;
}
</style>
background-color css
<style>
a { background-color: #CF72D9; }
a { background-color: rgb(207,114,217); }
div.DivClassName
{
background-color: #CF72D9;
}
.BgClassName
{
background-color: #CF72D9;
}
</style>
border-color css
<style>
span { border-color: #CF72D9; }
span { border-color: rgb(207,114,217); }
td.TdClassName
{
border-color: #CF72D9;
}
.TagClassName
{
border-color: #CF72D9;
}
</style>