Shades of Orchid #CF70C6
Tints of Orchid #CF70C6
RGB
CMYK
RGB Variations
Color information
#CF70C6 (or 0xCF70C6) is known color: Orchid. HEX triplet: CF, 70 and C6. RGB value is (207,112,198). Sum of RGB (Red+Green+Blue) = 207+112+198=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C6 is #308F39. Grayscale: #959595. Windows color (decimal): -3182394 or 13005007. OLE color: 13005007.
HSL color Cylindrical-coordinate representation of color #CF70C6: hue angle of 305.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70C6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 198 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.19 |
| HSL | 305.68º | 0.5% | 0.63% | - |
| HSV(B) | 305.68º | 0.46% | 0.81% | - |
| XYZ | 41.72 | 28.93 | 56.81 | - |
| YUV | 150.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 198 | 0 | 0.46 | 0.04 | 0.19 | 305.68 | 0.5 | 0.63 |
| Hex | CF | 70 | C6 | 0 | 2E | 4 | 13 | 132 | 32 | 3F |
| Octal | 317 | 160 | 306 | 0 | 56 | 4 | 23 | 462 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11000110 | 0 | 101110 | 100 | 10011 | 100110010 | 110010 | 111111 |
Color Harmonies of #CF70C6
Complementary color
Monochromatic Colors of #CF70C6
Black with #CF70C6
Text Example
Text Example
White with #CF70C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70C6; }
p { color: rgb(207,112,198); }
H1.HeaderClassName
{
color: #CF70C6;
}
.AnyTagClassName
{
color: #CF70C6;
}
</style>
background-color css
<style>
a { background-color: #CF70C6; }
a { background-color: rgb(207,112,198); }
div.DivClassName
{
background-color: #CF70C6;
}
.BgClassName
{
background-color: #CF70C6;
}
</style>
border-color css
<style>
span { border-color: #CF70C6; }
span { border-color: rgb(207,112,198); }
td.TdClassName
{
border-color: #CF70C6;
}
.TagClassName
{
border-color: #CF70C6;
}
</style>