Shades of Orchid #CF70DD
Tints of Orchid #CF70DD
RGB
CMYK
RGB Variations
Color information
#CF70DD (or 0xCF70DD) is known color: Orchid. HEX triplet: CF, 70 and DD. RGB value is (207,112,221). Sum of RGB (Red+Green+Blue) = 207+112+221=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DD is #308F22. Grayscale: #989898. Windows color (decimal): -3182371 or 14512335. OLE color: 14512335.
HSL color Cylindrical-coordinate representation of color #CF70DD: hue angle of 292.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF70DD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 112 | 221 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.13 |
| HSL | 292.29º | 0.62% | 0.65% | - |
| HSV(B) | 292.29º | 0.49% | 0.87% | - |
| XYZ | 44.58 | 30.07 | 71.86 | - |
| YUV | 152.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 221 | 0.06 | 0.49 | 0 | 0.13 | 292.29 | 0.62 | 0.65 |
| Hex | CF | 70 | DD | 6 | 31 | 0 | D | 124 | 3E | 41 |
| Octal | 317 | 160 | 335 | 6 | 61 | 0 | 15 | 444 | 76 | 101 |
| Binary | 11001111 | 1110000 | 11011101 | 110 | 110001 | 0 | 1101 | 100100100 | 111110 | 1000001 |
Color Harmonies of #CF70DD
Complementary color
Monochromatic Colors of #CF70DD
Black with #CF70DD
Text Example
Text Example
White with #CF70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70DD; }
p { color: rgb(207,112,221); }
H1.HeaderClassName
{
color: #CF70DD;
}
.AnyTagClassName
{
color: #CF70DD;
}
</style>
background-color css
<style>
a { background-color: #CF70DD; }
a { background-color: rgb(207,112,221); }
div.DivClassName
{
background-color: #CF70DD;
}
.BgClassName
{
background-color: #CF70DD;
}
</style>
border-color css
<style>
span { border-color: #CF70DD; }
span { border-color: rgb(207,112,221); }
td.TdClassName
{
border-color: #CF70DD;
}
.TagClassName
{
border-color: #CF70DD;
}
</style>