Shades of Orchid #CF70E1
Tints of Orchid #CF70E1
RGB
CMYK
RGB Variations
Color information
#CF70E1 (or 0xCF70E1) is known color: Orchid. HEX triplet: CF, 70 and E1. RGB value is (207,112,225). Sum of RGB (Red+Green+Blue) = 207+112+225=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70E1 is #308F1E. Grayscale: #989898. Windows color (decimal): -3182367 or 14774479. OLE color: 14774479.
HSL color Cylindrical-coordinate representation of color #CF70E1: hue angle of 290.44º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF70E1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 112 | 225 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.12 |
| HSL | 290.44º | 0.65% | 0.66% | - |
| HSV(B) | 290.44º | 0.5% | 0.88% | - |
| XYZ | 45.12 | 30.29 | 74.7 | - |
| YUV | 153.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 225 | 0.08 | 0.50 | 0 | 0.12 | 290.44 | 0.65 | 0.66 |
| Hex | CF | 70 | E1 | 8 | 32 | 0 | C | 122 | 41 | 42 |
| Octal | 317 | 160 | 341 | 10 | 62 | 0 | 14 | 442 | 101 | 102 |
| Binary | 11001111 | 1110000 | 11100001 | 1000 | 110010 | 0 | 1100 | 100100010 | 1000001 | 1000010 |
Color Harmonies of #CF70E1
Complementary color
Monochromatic Colors of #CF70E1
Black with #CF70E1
Text Example
Text Example
White with #CF70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70E1; }
p { color: rgb(207,112,225); }
H1.HeaderClassName
{
color: #CF70E1;
}
.AnyTagClassName
{
color: #CF70E1;
}
</style>
background-color css
<style>
a { background-color: #CF70E1; }
a { background-color: rgb(207,112,225); }
div.DivClassName
{
background-color: #CF70E1;
}
.BgClassName
{
background-color: #CF70E1;
}
</style>
border-color css
<style>
span { border-color: #CF70E1; }
span { border-color: rgb(207,112,225); }
td.TdClassName
{
border-color: #CF70E1;
}
.TagClassName
{
border-color: #CF70E1;
}
</style>