Shades of Orchid #CF70E0
Tints of Orchid #CF70E0
RGB
CMYK
RGB Variations
Color information
#CF70E0 (or 0xCF70E0) is known color: Orchid. HEX triplet: CF, 70 and E0. RGB value is (207,112,224). Sum of RGB (Red+Green+Blue) = 207+112+224=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF70E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70E0 is #308F1F. Grayscale: #989898. Windows color (decimal): -3182368 or 14708943. OLE color: 14708943.
HSL color Cylindrical-coordinate representation of color #CF70E0: hue angle of 290.89º degrees, saturation: 0.64, 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 #CF70E0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 112 | 224 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.12 |
| HSL | 290.89º | 0.64% | 0.66% | - |
| HSV(B) | 290.89º | 0.5% | 0.88% | - |
| XYZ | 44.98 | 30.24 | 73.99 | - |
| YUV | 153.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 224 | 0.08 | 0.50 | 0 | 0.12 | 290.89 | 0.64 | 0.66 |
| Hex | CF | 70 | E0 | 8 | 32 | 0 | C | 123 | 40 | 42 |
| Octal | 317 | 160 | 340 | 10 | 62 | 0 | 14 | 443 | 100 | 102 |
| Binary | 11001111 | 1110000 | 11100000 | 1000 | 110010 | 0 | 1100 | 100100011 | 1000000 | 1000010 |
Color Harmonies of #CF70E0
Complementary color
Monochromatic Colors of #CF70E0
Black with #CF70E0
Text Example
Text Example
White with #CF70E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70E0; }
p { color: rgb(207,112,224); }
H1.HeaderClassName
{
color: #CF70E0;
}
.AnyTagClassName
{
color: #CF70E0;
}
</style>
background-color css
<style>
a { background-color: #CF70E0; }
a { background-color: rgb(207,112,224); }
div.DivClassName
{
background-color: #CF70E0;
}
.BgClassName
{
background-color: #CF70E0;
}
</style>
border-color css
<style>
span { border-color: #CF70E0; }
span { border-color: rgb(207,112,224); }
td.TdClassName
{
border-color: #CF70E0;
}
.TagClassName
{
border-color: #CF70E0;
}
</style>