Shades of Orchid #CF70DF
Tints of Orchid #CF70DF
RGB
CMYK
RGB Variations
Color information
#CF70DF (or 0xCF70DF) is known color: Orchid. HEX triplet: CF, 70 and DF. RGB value is (207,112,223). Sum of RGB (Red+Green+Blue) = 207+112+223=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DF is #308F20. Grayscale: #989898. Windows color (decimal): -3182369 or 14643407. OLE color: 14643407.
HSL color Cylindrical-coordinate representation of color #CF70DF: hue angle of 291.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF70DF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 112 | 223 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.13 |
| HSL | 291.35º | 0.63% | 0.66% | - |
| HSV(B) | 291.35º | 0.5% | 0.87% | - |
| XYZ | 44.85 | 30.18 | 73.27 | - |
| YUV | 153.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 223 | 0.07 | 0.50 | 0 | 0.13 | 291.35 | 0.63 | 0.66 |
| Hex | CF | 70 | DF | 7 | 32 | 0 | D | 123 | 3F | 42 |
| Octal | 317 | 160 | 337 | 7 | 62 | 0 | 15 | 443 | 77 | 102 |
| Binary | 11001111 | 1110000 | 11011111 | 111 | 110010 | 0 | 1101 | 100100011 | 111111 | 1000010 |
Color Harmonies of #CF70DF
Complementary color
Monochromatic Colors of #CF70DF
Black with #CF70DF
Text Example
Text Example
White with #CF70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70DF; }
p { color: rgb(207,112,223); }
H1.HeaderClassName
{
color: #CF70DF;
}
.AnyTagClassName
{
color: #CF70DF;
}
</style>
background-color css
<style>
a { background-color: #CF70DF; }
a { background-color: rgb(207,112,223); }
div.DivClassName
{
background-color: #CF70DF;
}
.BgClassName
{
background-color: #CF70DF;
}
</style>
border-color css
<style>
span { border-color: #CF70DF; }
span { border-color: rgb(207,112,223); }
td.TdClassName
{
border-color: #CF70DF;
}
.TagClassName
{
border-color: #CF70DF;
}
</style>