Shades of Orchid #CF70B9
Tints of Orchid #CF70B9
RGB
CMYK
RGB Variations
Color information
#CF70B9 (or 0xCF70B9) is known color: Orchid. HEX triplet: CF, 70 and B9. RGB value is (207,112,185). Sum of RGB (Red+Green+Blue) = 207+112+185=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70B9 is #308F46. Grayscale: #949494. Windows color (decimal): -3182407 or 12153039. OLE color: 12153039.
HSL color Cylindrical-coordinate representation of color #CF70B9: hue angle of 313.89º 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 #CF70B9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 185 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.19 |
| HSL | 313.89º | 0.5% | 0.63% | - |
| HSV(B) | 313.89º | 0.46% | 0.81% | - |
| XYZ | 40.28 | 28.36 | 49.25 | - |
| YUV | 148.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 185 | 0 | 0.46 | 0.11 | 0.19 | 313.89 | 0.5 | 0.63 |
| Hex | CF | 70 | B9 | 0 | 2E | B | 13 | 13A | 32 | 3F |
| Octal | 317 | 160 | 271 | 0 | 56 | 13 | 23 | 472 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10111001 | 0 | 101110 | 1011 | 10011 | 100111010 | 110010 | 111111 |
Color Harmonies of #CF70B9
Complementary color
Monochromatic Colors of #CF70B9
Black with #CF70B9
Text Example
Text Example
White with #CF70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70B9; }
p { color: rgb(207,112,185); }
H1.HeaderClassName
{
color: #CF70B9;
}
.AnyTagClassName
{
color: #CF70B9;
}
</style>
background-color css
<style>
a { background-color: #CF70B9; }
a { background-color: rgb(207,112,185); }
div.DivClassName
{
background-color: #CF70B9;
}
.BgClassName
{
background-color: #CF70B9;
}
</style>
border-color css
<style>
span { border-color: #CF70B9; }
span { border-color: rgb(207,112,185); }
td.TdClassName
{
border-color: #CF70B9;
}
.TagClassName
{
border-color: #CF70B9;
}
</style>