Shades of Medium Orchid #CF45EB
Tints of Medium Orchid #CF45EB
RGB
CMYK
RGB Variations
Color information
#CF45EB (or 0xCF45EB) is known color: Medium Orchid. HEX triplet: CF, 45 and EB. RGB value is (207,69,235). Sum of RGB (Red+Green+Blue) = 207+69+235=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF45EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF45EB is #30BA14. Grayscale: #808080. Windows color (decimal): -3193365 or 15418831. OLE color: 15418831.
HSL color Cylindrical-coordinate representation of color #CF45EB: hue angle of 289.88º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF45EB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 69 | 235 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.08 |
| HSL | 289.88º | 0.81% | 0.6% | - |
| HSV(B) | 289.88º | 0.71% | 0.92% | - |
| XYZ | 42.86 | 23.52 | 80.88 | - |
| YUV | 129.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 235 | 0.12 | 0.71 | 0 | 0.08 | 289.88 | 0.81 | 0.6 |
| Hex | CF | 45 | EB | C | 47 | 0 | 8 | 122 | 51 | 3C |
| Octal | 317 | 105 | 353 | 14 | 107 | 0 | 10 | 442 | 121 | 74 |
| Binary | 11001111 | 1000101 | 11101011 | 1100 | 1000111 | 0 | 1000 | 100100010 | 1010001 | 111100 |
Color Harmonies of #CF45EB
Complementary color
Monochromatic Colors of #CF45EB
Black with #CF45EB
Text Example
Text Example
White with #CF45EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45EB; }
p { color: rgb(207,69,235); }
H1.HeaderClassName
{
color: #CF45EB;
}
.AnyTagClassName
{
color: #CF45EB;
}
</style>
background-color css
<style>
a { background-color: #CF45EB; }
a { background-color: rgb(207,69,235); }
div.DivClassName
{
background-color: #CF45EB;
}
.BgClassName
{
background-color: #CF45EB;
}
</style>
border-color css
<style>
span { border-color: #CF45EB; }
span { border-color: rgb(207,69,235); }
td.TdClassName
{
border-color: #CF45EB;
}
.TagClassName
{
border-color: #CF45EB;
}
</style>