Shades of Medium Orchid #CF3BEA
Tints of Medium Orchid #CF3BEA
RGB
CMYK
RGB Variations
Color information
#CF3BEA (or 0xCF3BEA) is known color: Medium Orchid. HEX triplet: CF, 3B and EA. RGB value is (207,59,234). Sum of RGB (Red+Green+Blue) = 207+59+234=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF3BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BEA is #30C415. Grayscale: #7A7A7A. Windows color (decimal): -3195926 or 15350735. OLE color: 15350735.
HSL color Cylindrical-coordinate representation of color #CF3BEA: hue angle of 290.74º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BEA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 59 | 234 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.08 |
| HSL | 290.74º | 0.81% | 0.57% | - |
| HSV(B) | 290.74º | 0.75% | 0.92% | - |
| XYZ | 42.15 | 22.33 | 79.93 | - |
| YUV | 123.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 234 | 0.12 | 0.75 | 0 | 0.08 | 290.74 | 0.81 | 0.57 |
| Hex | CF | 3B | EA | C | 4B | 0 | 8 | 123 | 51 | 39 |
| Octal | 317 | 73 | 352 | 14 | 113 | 0 | 10 | 443 | 121 | 71 |
| Binary | 11001111 | 111011 | 11101010 | 1100 | 1001011 | 0 | 1000 | 100100011 | 1010001 | 111001 |
Color Harmonies of #CF3BEA
Complementary color
Monochromatic Colors of #CF3BEA
Black with #CF3BEA
Text Example
Text Example
White with #CF3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BEA; }
p { color: rgb(207,59,234); }
H1.HeaderClassName
{
color: #CF3BEA;
}
.AnyTagClassName
{
color: #CF3BEA;
}
</style>
background-color css
<style>
a { background-color: #CF3BEA; }
a { background-color: rgb(207,59,234); }
div.DivClassName
{
background-color: #CF3BEA;
}
.BgClassName
{
background-color: #CF3BEA;
}
</style>
border-color css
<style>
span { border-color: #CF3BEA; }
span { border-color: rgb(207,59,234); }
td.TdClassName
{
border-color: #CF3BEA;
}
.TagClassName
{
border-color: #CF3BEA;
}
</style>