Shades of Orchid #CF70C7
Tints of Orchid #CF70C7
RGB
CMYK
RGB Variations
Color information
#CF70C7 (or 0xCF70C7) is known color: Orchid. HEX triplet: CF, 70 and C7. RGB value is (207,112,199). Sum of RGB (Red+Green+Blue) = 207+112+199=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C7 is #308F38. Grayscale: #969696. Windows color (decimal): -3182393 or 13070543. OLE color: 13070543.
HSL color Cylindrical-coordinate representation of color #CF70C7: hue angle of 305.05º 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 #CF70C7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 199 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.19 |
| HSL | 305.05º | 0.5% | 0.63% | - |
| HSV(B) | 305.05º | 0.46% | 0.81% | - |
| XYZ | 41.84 | 28.98 | 57.42 | - |
| YUV | 150.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 199 | 0 | 0.46 | 0.04 | 0.19 | 305.05 | 0.5 | 0.63 |
| Hex | CF | 70 | C7 | 0 | 2E | 4 | 13 | 131 | 32 | 3F |
| Octal | 317 | 160 | 307 | 0 | 56 | 4 | 23 | 461 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11000111 | 0 | 101110 | 100 | 10011 | 100110001 | 110010 | 111111 |
Color Harmonies of #CF70C7
Complementary color
Monochromatic Colors of #CF70C7
Black with #CF70C7
Text Example
Text Example
White with #CF70C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70C7; }
p { color: rgb(207,112,199); }
H1.HeaderClassName
{
color: #CF70C7;
}
.AnyTagClassName
{
color: #CF70C7;
}
</style>
background-color css
<style>
a { background-color: #CF70C7; }
a { background-color: rgb(207,112,199); }
div.DivClassName
{
background-color: #CF70C7;
}
.BgClassName
{
background-color: #CF70C7;
}
</style>
border-color css
<style>
span { border-color: #CF70C7; }
span { border-color: rgb(207,112,199); }
td.TdClassName
{
border-color: #CF70C7;
}
.TagClassName
{
border-color: #CF70C7;
}
</style>