Shades of Orchid #CF7CE0
Tints of Orchid #CF7CE0
RGB
CMYK
RGB Variations
Color information
#CF7CE0 (or 0xCF7CE0) is known color: Orchid. HEX triplet: CF, 7C and E0. RGB value is (207,124,224). Sum of RGB (Red+Green+Blue) = 207+124+224=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CE0 is #30831F. Grayscale: #9F9F9F. Windows color (decimal): -3179296 or 14712015. OLE color: 14712015.
HSL color Cylindrical-coordinate representation of color #CF7CE0: hue angle of 289.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7CE0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 124 | 224 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.12 |
| HSL | 289.8º | 0.62% | 0.68% | - |
| HSV(B) | 289.8º | 0.45% | 0.88% | - |
| XYZ | 46.39 | 33.06 | 74.46 | - |
| YUV | 160.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 224 | 0.08 | 0.45 | 0 | 0.12 | 289.8 | 0.62 | 0.68 |
| Hex | CF | 7C | E0 | 8 | 2D | 0 | C | 122 | 3E | 44 |
| Octal | 317 | 174 | 340 | 10 | 55 | 0 | 14 | 442 | 76 | 104 |
| Binary | 11001111 | 1111100 | 11100000 | 1000 | 101101 | 0 | 1100 | 100100010 | 111110 | 1000100 |
Color Harmonies of #CF7CE0
Complementary color
Monochromatic Colors of #CF7CE0
Black with #CF7CE0
Text Example
Text Example
White with #CF7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CE0; }
p { color: rgb(207,124,224); }
H1.HeaderClassName
{
color: #CF7CE0;
}
.AnyTagClassName
{
color: #CF7CE0;
}
</style>
background-color css
<style>
a { background-color: #CF7CE0; }
a { background-color: rgb(207,124,224); }
div.DivClassName
{
background-color: #CF7CE0;
}
.BgClassName
{
background-color: #CF7CE0;
}
</style>
border-color css
<style>
span { border-color: #CF7CE0; }
span { border-color: rgb(207,124,224); }
td.TdClassName
{
border-color: #CF7CE0;
}
.TagClassName
{
border-color: #CF7CE0;
}
</style>