Shades of Medium Orchid #CF41EB
Tints of Medium Orchid #CF41EB
RGB
CMYK
RGB Variations
Color information
#CF41EB (or 0xCF41EB) is known color: Medium Orchid. HEX triplet: CF, 41 and EB. RGB value is (207,65,235). Sum of RGB (Red+Green+Blue) = 207+65+235=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF41EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41EB is #30BE14. Grayscale: #7E7E7E. Windows color (decimal): -3194389 or 15417807. OLE color: 15417807.
HSL color Cylindrical-coordinate representation of color #CF41EB: hue angle of 290.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF41EB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 65 | 235 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.08 |
| HSL | 290.12º | 0.81% | 0.59% | - |
| HSV(B) | 290.12º | 0.72% | 0.92% | - |
| XYZ | 42.62 | 23.04 | 80.8 | - |
| YUV | 126.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 235 | 0.12 | 0.72 | 0 | 0.08 | 290.12 | 0.81 | 0.59 |
| Hex | CF | 41 | EB | C | 48 | 0 | 8 | 122 | 51 | 3B |
| Octal | 317 | 101 | 353 | 14 | 110 | 0 | 10 | 442 | 121 | 73 |
| Binary | 11001111 | 1000001 | 11101011 | 1100 | 1001000 | 0 | 1000 | 100100010 | 1010001 | 111011 |
Color Harmonies of #CF41EB
Complementary color
Monochromatic Colors of #CF41EB
Black with #CF41EB
Text Example
Text Example
White with #CF41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41EB; }
p { color: rgb(207,65,235); }
H1.HeaderClassName
{
color: #CF41EB;
}
.AnyTagClassName
{
color: #CF41EB;
}
</style>
background-color css
<style>
a { background-color: #CF41EB; }
a { background-color: rgb(207,65,235); }
div.DivClassName
{
background-color: #CF41EB;
}
.BgClassName
{
background-color: #CF41EB;
}
</style>
border-color css
<style>
span { border-color: #CF41EB; }
span { border-color: rgb(207,65,235); }
td.TdClassName
{
border-color: #CF41EB;
}
.TagClassName
{
border-color: #CF41EB;
}
</style>