Shades of Medium Orchid #CF3BEB
Tints of Medium Orchid #CF3BEB
RGB
CMYK
RGB Variations
Color information
#CF3BEB (or 0xCF3BEB) is known color: Medium Orchid. HEX triplet: CF, 3B and EB. RGB value is (207,59,235). Sum of RGB (Red+Green+Blue) = 207+59+235=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF3BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BEB is #30C414. Grayscale: #7A7A7A. Windows color (decimal): -3195925 or 15416271. OLE color: 15416271.
HSL color Cylindrical-coordinate representation of color #CF3BEB: hue angle of 290.45º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BEB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 59 | 235 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.08 |
| HSL | 290.45º | 0.81% | 0.58% | - |
| HSV(B) | 290.45º | 0.75% | 0.92% | - |
| XYZ | 42.29 | 22.39 | 80.69 | - |
| YUV | 123.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 235 | 0.12 | 0.75 | 0 | 0.08 | 290.45 | 0.81 | 0.58 |
| Hex | CF | 3B | EB | C | 4B | 0 | 8 | 122 | 51 | 3A |
| Octal | 317 | 73 | 353 | 14 | 113 | 0 | 10 | 442 | 121 | 72 |
| Binary | 11001111 | 111011 | 11101011 | 1100 | 1001011 | 0 | 1000 | 100100010 | 1010001 | 111010 |
Color Harmonies of #CF3BEB
Complementary color
Monochromatic Colors of #CF3BEB
Black with #CF3BEB
Text Example
Text Example
White with #CF3BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BEB; }
p { color: rgb(207,59,235); }
H1.HeaderClassName
{
color: #CF3BEB;
}
.AnyTagClassName
{
color: #CF3BEB;
}
</style>
background-color css
<style>
a { background-color: #CF3BEB; }
a { background-color: rgb(207,59,235); }
div.DivClassName
{
background-color: #CF3BEB;
}
.BgClassName
{
background-color: #CF3BEB;
}
</style>
border-color css
<style>
span { border-color: #CF3BEB; }
span { border-color: rgb(207,59,235); }
td.TdClassName
{
border-color: #CF3BEB;
}
.TagClassName
{
border-color: #CF3BEB;
}
</style>