Shades of Orchid #CF7CCF
Tints of Orchid #CF7CCF
RGB
CMYK
RGB Variations
Color information
#CF7CCF (or 0xCF7CCF) is known color: Orchid. HEX triplet: CF, 7C and CF. RGB value is (207,124,207). Sum of RGB (Red+Green+Blue) = 207+124+207=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCF is #308330. Grayscale: #9E9E9E. Windows color (decimal): -3179313 or 13597903. OLE color: 13597903.
HSL color Cylindrical-coordinate representation of color #CF7CCF: hue angle of 300º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CCF is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 207 | - |
| CMYK | 0 | 0.40 | 0 | 0.19 |
| HSL | 300º | 0.46% | 0.65% | - |
| HSV(B) | 300º | 0.4% | 0.81% | - |
| XYZ | 44.2 | 32.19 | 62.91 | - |
| YUV | 158.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 207 | 0 | 0.40 | 0 | 0.19 | 300 | 0.46 | 0.65 |
| Hex | CF | 7C | CF | 0 | 28 | 0 | 13 | 12C | 2E | 41 |
| Octal | 317 | 174 | 317 | 0 | 50 | 0 | 23 | 454 | 56 | 101 |
| Binary | 11001111 | 1111100 | 11001111 | 0 | 101000 | 0 | 10011 | 100101100 | 101110 | 1000001 |
Color Harmonies of #CF7CCF
Complementary color
Monochromatic Colors of #CF7CCF
Black with #CF7CCF
Text Example
Text Example
White with #CF7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CCF; }
p { color: rgb(207,124,207); }
H1.HeaderClassName
{
color: #CF7CCF;
}
.AnyTagClassName
{
color: #CF7CCF;
}
</style>
background-color css
<style>
a { background-color: #CF7CCF; }
a { background-color: rgb(207,124,207); }
div.DivClassName
{
background-color: #CF7CCF;
}
.BgClassName
{
background-color: #CF7CCF;
}
</style>
border-color css
<style>
span { border-color: #CF7CCF; }
span { border-color: rgb(207,124,207); }
td.TdClassName
{
border-color: #CF7CCF;
}
.TagClassName
{
border-color: #CF7CCF;
}
</style>