Shades of Medium Orchid #CF50EB
Tints of Medium Orchid #CF50EB
RGB
CMYK
RGB Variations
Color information
#CF50EB (or 0xCF50EB) is known color: Medium Orchid. HEX triplet: CF, 50 and EB. RGB value is (207,80,235). Sum of RGB (Red+Green+Blue) = 207+80+235=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50EB is #30AF14. Grayscale: #878787. Windows color (decimal): -3190549 or 15421647. OLE color: 15421647.
HSL color Cylindrical-coordinate representation of color #CF50EB: hue angle of 289.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF50EB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 80 | 235 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.08 |
| HSL | 289.16º | 0.79% | 0.62% | - |
| HSV(B) | 289.16º | 0.66% | 0.92% | - |
| XYZ | 43.6 | 25 | 81.13 | - |
| YUV | 135.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 235 | 0.12 | 0.66 | 0 | 0.08 | 289.16 | 0.79 | 0.62 |
| Hex | CF | 50 | EB | C | 42 | 0 | 8 | 121 | 4F | 3E |
| Octal | 317 | 120 | 353 | 14 | 102 | 0 | 10 | 441 | 117 | 76 |
| Binary | 11001111 | 1010000 | 11101011 | 1100 | 1000010 | 0 | 1000 | 100100001 | 1001111 | 111110 |
Color Harmonies of #CF50EB
Complementary color
Monochromatic Colors of #CF50EB
Black with #CF50EB
Text Example
Text Example
White with #CF50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50EB; }
p { color: rgb(207,80,235); }
H1.HeaderClassName
{
color: #CF50EB;
}
.AnyTagClassName
{
color: #CF50EB;
}
</style>
background-color css
<style>
a { background-color: #CF50EB; }
a { background-color: rgb(207,80,235); }
div.DivClassName
{
background-color: #CF50EB;
}
.BgClassName
{
background-color: #CF50EB;
}
</style>
border-color css
<style>
span { border-color: #CF50EB; }
span { border-color: rgb(207,80,235); }
td.TdClassName
{
border-color: #CF50EB;
}
.TagClassName
{
border-color: #CF50EB;
}
</style>