Shades of Orchid #CF7BE4
Tints of Orchid #CF7BE4
RGB
CMYK
RGB Variations
Color information
#CF7BE4 (or 0xCF7BE4) is known color: Orchid. HEX triplet: CF, 7B and E4. RGB value is (207,123,228). Sum of RGB (Red+Green+Blue) = 207+123+228=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF7BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BE4 is #30841B. Grayscale: #9F9F9F. Windows color (decimal): -3179548 or 14973903. OLE color: 14973903.
HSL color Cylindrical-coordinate representation of color #CF7BE4: hue angle of 288º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7BE4 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 123 | 228 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.11 |
| HSL | 288º | 0.66% | 0.69% | - |
| HSV(B) | 288º | 0.46% | 0.89% | - |
| XYZ | 46.82 | 33.03 | 77.31 | - |
| YUV | 160.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 228 | 0.09 | 0.46 | 0 | 0.11 | 288 | 0.66 | 0.69 |
| Hex | CF | 7B | E4 | 9 | 2E | 0 | B | 120 | 42 | 45 |
| Octal | 317 | 173 | 344 | 11 | 56 | 0 | 13 | 440 | 102 | 105 |
| Binary | 11001111 | 1111011 | 11100100 | 1001 | 101110 | 0 | 1011 | 100100000 | 1000010 | 1000101 |
Color Harmonies of #CF7BE4
Complementary color
Monochromatic Colors of #CF7BE4
Black with #CF7BE4
Text Example
Text Example
White with #CF7BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BE4; }
p { color: rgb(207,123,228); }
H1.HeaderClassName
{
color: #CF7BE4;
}
.AnyTagClassName
{
color: #CF7BE4;
}
</style>
background-color css
<style>
a { background-color: #CF7BE4; }
a { background-color: rgb(207,123,228); }
div.DivClassName
{
background-color: #CF7BE4;
}
.BgClassName
{
background-color: #CF7BE4;
}
</style>
border-color css
<style>
span { border-color: #CF7BE4; }
span { border-color: rgb(207,123,228); }
td.TdClassName
{
border-color: #CF7BE4;
}
.TagClassName
{
border-color: #CF7BE4;
}
</style>