Shades of Orchid #CF70BF
Tints of Orchid #CF70BF
RGB
CMYK
RGB Variations
Color information
#CF70BF (or 0xCF70BF) is known color: Orchid. HEX triplet: CF, 70 and BF. RGB value is (207,112,191). Sum of RGB (Red+Green+Blue) = 207+112+191=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70BF is #308F40. Grayscale: #959595. Windows color (decimal): -3182401 or 12546255. OLE color: 12546255.
HSL color Cylindrical-coordinate representation of color #CF70BF: hue angle of 310.11º 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 #CF70BF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 191 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.19 |
| HSL | 310.11º | 0.5% | 0.63% | - |
| HSV(B) | 310.11º | 0.46% | 0.81% | - |
| XYZ | 40.93 | 28.62 | 52.66 | - |
| YUV | 149.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 191 | 0 | 0.46 | 0.08 | 0.19 | 310.11 | 0.5 | 0.63 |
| Hex | CF | 70 | BF | 0 | 2E | 8 | 13 | 136 | 32 | 3F |
| Octal | 317 | 160 | 277 | 0 | 56 | 10 | 23 | 466 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10111111 | 0 | 101110 | 1000 | 10011 | 100110110 | 110010 | 111111 |
Color Harmonies of #CF70BF
Complementary color
Monochromatic Colors of #CF70BF
Black with #CF70BF
Text Example
Text Example
White with #CF70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70BF; }
p { color: rgb(207,112,191); }
H1.HeaderClassName
{
color: #CF70BF;
}
.AnyTagClassName
{
color: #CF70BF;
}
</style>
background-color css
<style>
a { background-color: #CF70BF; }
a { background-color: rgb(207,112,191); }
div.DivClassName
{
background-color: #CF70BF;
}
.BgClassName
{
background-color: #CF70BF;
}
</style>
border-color css
<style>
span { border-color: #CF70BF; }
span { border-color: rgb(207,112,191); }
td.TdClassName
{
border-color: #CF70BF;
}
.TagClassName
{
border-color: #CF70BF;
}
</style>