Shades of Orchid #CF70B8
Tints of Orchid #CF70B8
RGB
CMYK
RGB Variations
Color information
#CF70B8 (or 0xCF70B8) is known color: Orchid. HEX triplet: CF, 70 and B8. RGB value is (207,112,184). Sum of RGB (Red+Green+Blue) = 207+112+184=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70B8 is #308F47. Grayscale: #949494. Windows color (decimal): -3182408 or 12087503. OLE color: 12087503.
HSL color Cylindrical-coordinate representation of color #CF70B8: hue angle of 314.53º 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 #CF70B8 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 184 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.19 |
| HSL | 314.53º | 0.5% | 0.63% | - |
| HSV(B) | 314.53º | 0.46% | 0.81% | - |
| XYZ | 40.18 | 28.31 | 48.7 | - |
| YUV | 148.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 184 | 0 | 0.46 | 0.11 | 0.19 | 314.53 | 0.5 | 0.63 |
| Hex | CF | 70 | B8 | 0 | 2E | B | 13 | 13B | 32 | 3F |
| Octal | 317 | 160 | 270 | 0 | 56 | 13 | 23 | 473 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10111000 | 0 | 101110 | 1011 | 10011 | 100111011 | 110010 | 111111 |
Color Harmonies of #CF70B8
Complementary color
Monochromatic Colors of #CF70B8
Black with #CF70B8
Text Example
Text Example
White with #CF70B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70B8; }
p { color: rgb(207,112,184); }
H1.HeaderClassName
{
color: #CF70B8;
}
.AnyTagClassName
{
color: #CF70B8;
}
</style>
background-color css
<style>
a { background-color: #CF70B8; }
a { background-color: rgb(207,112,184); }
div.DivClassName
{
background-color: #CF70B8;
}
.BgClassName
{
background-color: #CF70B8;
}
</style>
border-color css
<style>
span { border-color: #CF70B8; }
span { border-color: rgb(207,112,184); }
td.TdClassName
{
border-color: #CF70B8;
}
.TagClassName
{
border-color: #CF70B8;
}
</style>