Shades of Orchid #CF70D5
Tints of Orchid #CF70D5
RGB
CMYK
RGB Variations
Color information
#CF70D5 (or 0xCF70D5) is known color: Orchid. HEX triplet: CF, 70 and D5. RGB value is (207,112,213). Sum of RGB (Red+Green+Blue) = 207+112+213=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF70D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70D5 is #308F2A. Grayscale: #979797. Windows color (decimal): -3182379 or 13988047. OLE color: 13988047.
HSL color Cylindrical-coordinate representation of color #CF70D5: hue angle of 296.44º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF70D5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 112 | 213 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.16 |
| HSL | 296.44º | 0.55% | 0.64% | - |
| HSV(B) | 296.44º | 0.47% | 0.84% | - |
| XYZ | 43.54 | 29.66 | 66.38 | - |
| YUV | 151.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 213 | 0.03 | 0.47 | 0 | 0.16 | 296.44 | 0.55 | 0.64 |
| Hex | CF | 70 | D5 | 3 | 2F | 0 | 10 | 128 | 37 | 40 |
| Octal | 317 | 160 | 325 | 3 | 57 | 0 | 20 | 450 | 67 | 100 |
| Binary | 11001111 | 1110000 | 11010101 | 11 | 101111 | 0 | 10000 | 100101000 | 110111 | 1000000 |
Color Harmonies of #CF70D5
Complementary color
Monochromatic Colors of #CF70D5
Black with #CF70D5
Text Example
Text Example
White with #CF70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70D5; }
p { color: rgb(207,112,213); }
H1.HeaderClassName
{
color: #CF70D5;
}
.AnyTagClassName
{
color: #CF70D5;
}
</style>
background-color css
<style>
a { background-color: #CF70D5; }
a { background-color: rgb(207,112,213); }
div.DivClassName
{
background-color: #CF70D5;
}
.BgClassName
{
background-color: #CF70D5;
}
</style>
border-color css
<style>
span { border-color: #CF70D5; }
span { border-color: rgb(207,112,213); }
td.TdClassName
{
border-color: #CF70D5;
}
.TagClassName
{
border-color: #CF70D5;
}
</style>