Shades of Orchid #CF70C8
Tints of Orchid #CF70C8
RGB
CMYK
RGB Variations
Color information
#CF70C8 (or 0xCF70C8) is known color: Orchid. HEX triplet: CF, 70 and C8. RGB value is (207,112,200). Sum of RGB (Red+Green+Blue) = 207+112+200=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C8 is #308F37. Grayscale: #969696. Windows color (decimal): -3182392 or 13136079. OLE color: 13136079.
HSL color Cylindrical-coordinate representation of color #CF70C8: hue angle of 304.42º 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 #CF70C8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 200 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.19 |
| HSL | 304.42º | 0.5% | 0.63% | - |
| HSV(B) | 304.42º | 0.46% | 0.81% | - |
| XYZ | 41.95 | 29.02 | 58.03 | - |
| YUV | 150.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 200 | 0 | 0.46 | 0.03 | 0.19 | 304.42 | 0.5 | 0.63 |
| Hex | CF | 70 | C8 | 0 | 2E | 3 | 13 | 130 | 32 | 3F |
| Octal | 317 | 160 | 310 | 0 | 56 | 3 | 23 | 460 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11001000 | 0 | 101110 | 11 | 10011 | 100110000 | 110010 | 111111 |
Color Harmonies of #CF70C8
Complementary color
Monochromatic Colors of #CF70C8
Black with #CF70C8
Text Example
Text Example
White with #CF70C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70C8; }
p { color: rgb(207,112,200); }
H1.HeaderClassName
{
color: #CF70C8;
}
.AnyTagClassName
{
color: #CF70C8;
}
</style>
background-color css
<style>
a { background-color: #CF70C8; }
a { background-color: rgb(207,112,200); }
div.DivClassName
{
background-color: #CF70C8;
}
.BgClassName
{
background-color: #CF70C8;
}
</style>
border-color css
<style>
span { border-color: #CF70C8; }
span { border-color: rgb(207,112,200); }
td.TdClassName
{
border-color: #CF70C8;
}
.TagClassName
{
border-color: #CF70C8;
}
</style>