Shades of Orchid #CF7FE1
Tints of Orchid #CF7FE1
RGB
CMYK
RGB Variations
Color information
#CF7FE1 (or 0xCF7FE1) is known color: Orchid. HEX triplet: CF, 7F and E1. RGB value is (207,127,225). Sum of RGB (Red+Green+Blue) = 207+127+225=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FE1 is #30801E. Grayscale: #A1A1A1. Windows color (decimal): -3178527 or 14778319. OLE color: 14778319.
HSL color Cylindrical-coordinate representation of color #CF7FE1: hue angle of 288.98º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7FE1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 127 | 225 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.12 |
| HSL | 288.98º | 0.62% | 0.69% | - |
| HSV(B) | 288.98º | 0.44% | 0.88% | - |
| XYZ | 46.91 | 33.88 | 75.3 | - |
| YUV | 162.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 225 | 0.08 | 0.44 | 0 | 0.12 | 288.98 | 0.62 | 0.69 |
| Hex | CF | 7F | E1 | 8 | 2C | 0 | C | 121 | 3E | 45 |
| Octal | 317 | 177 | 341 | 10 | 54 | 0 | 14 | 441 | 76 | 105 |
| Binary | 11001111 | 1111111 | 11100001 | 1000 | 101100 | 0 | 1100 | 100100001 | 111110 | 1000101 |
Color Harmonies of #CF7FE1
Complementary color
Monochromatic Colors of #CF7FE1
Black with #CF7FE1
Text Example
Text Example
White with #CF7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FE1; }
p { color: rgb(207,127,225); }
H1.HeaderClassName
{
color: #CF7FE1;
}
.AnyTagClassName
{
color: #CF7FE1;
}
</style>
background-color css
<style>
a { background-color: #CF7FE1; }
a { background-color: rgb(207,127,225); }
div.DivClassName
{
background-color: #CF7FE1;
}
.BgClassName
{
background-color: #CF7FE1;
}
</style>
border-color css
<style>
span { border-color: #CF7FE1; }
span { border-color: rgb(207,127,225); }
td.TdClassName
{
border-color: #CF7FE1;
}
.TagClassName
{
border-color: #CF7FE1;
}
</style>