Shades of Orchid #CF70D9
Tints of Orchid #CF70D9
RGB
CMYK
RGB Variations
Color information
#CF70D9 (or 0xCF70D9) is known color: Orchid. HEX triplet: CF, 70 and D9. RGB value is (207,112,217). Sum of RGB (Red+Green+Blue) = 207+112+217=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70D9 is #308F26. Grayscale: #989898. Windows color (decimal): -3182375 or 14250191. OLE color: 14250191.
HSL color Cylindrical-coordinate representation of color #CF70D9: hue angle of 294.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF70D9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 112 | 217 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.15 |
| HSL | 294.29º | 0.58% | 0.65% | - |
| HSV(B) | 294.29º | 0.48% | 0.85% | - |
| XYZ | 44.05 | 29.86 | 69.09 | - |
| YUV | 152.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 217 | 0.05 | 0.48 | 0 | 0.15 | 294.29 | 0.58 | 0.65 |
| Hex | CF | 70 | D9 | 5 | 30 | 0 | F | 126 | 3A | 41 |
| Octal | 317 | 160 | 331 | 5 | 60 | 0 | 17 | 446 | 72 | 101 |
| Binary | 11001111 | 1110000 | 11011001 | 101 | 110000 | 0 | 1111 | 100100110 | 111010 | 1000001 |
Color Harmonies of #CF70D9
Complementary color
Monochromatic Colors of #CF70D9
Black with #CF70D9
Text Example
Text Example
White with #CF70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70D9; }
p { color: rgb(207,112,217); }
H1.HeaderClassName
{
color: #CF70D9;
}
.AnyTagClassName
{
color: #CF70D9;
}
</style>
background-color css
<style>
a { background-color: #CF70D9; }
a { background-color: rgb(207,112,217); }
div.DivClassName
{
background-color: #CF70D9;
}
.BgClassName
{
background-color: #CF70D9;
}
</style>
border-color css
<style>
span { border-color: #CF70D9; }
span { border-color: rgb(207,112,217); }
td.TdClassName
{
border-color: #CF70D9;
}
.TagClassName
{
border-color: #CF70D9;
}
</style>