Shades of Medium Orchid #CF45EE
Tints of Medium Orchid #CF45EE
RGB
CMYK
RGB Variations
Color information
#CF45EE (or 0xCF45EE) is known color: Medium Orchid. HEX triplet: CF, 45 and EE. RGB value is (207,69,238). Sum of RGB (Red+Green+Blue) = 207+69+238=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF45EE is #30BA11. Grayscale: #808080. Windows color (decimal): -3193362 or 15615439. OLE color: 15615439.
HSL color Cylindrical-coordinate representation of color #CF45EE: hue angle of 288.99º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF45EE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 69 | 238 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.07 |
| HSL | 288.99º | 0.83% | 0.6% | - |
| HSV(B) | 288.99º | 0.71% | 0.93% | - |
| XYZ | 43.29 | 23.69 | 83.18 | - |
| YUV | 129.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 238 | 0.13 | 0.71 | 0 | 0.07 | 288.99 | 0.83 | 0.6 |
| Hex | CF | 45 | EE | D | 47 | 0 | 7 | 121 | 53 | 3C |
| Octal | 317 | 105 | 356 | 15 | 107 | 0 | 7 | 441 | 123 | 74 |
| Binary | 11001111 | 1000101 | 11101110 | 1101 | 1000111 | 0 | 111 | 100100001 | 1010011 | 111100 |
Color Harmonies of #CF45EE
Complementary color
Monochromatic Colors of #CF45EE
Black with #CF45EE
Text Example
Text Example
White with #CF45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45EE; }
p { color: rgb(207,69,238); }
H1.HeaderClassName
{
color: #CF45EE;
}
.AnyTagClassName
{
color: #CF45EE;
}
</style>
background-color css
<style>
a { background-color: #CF45EE; }
a { background-color: rgb(207,69,238); }
div.DivClassName
{
background-color: #CF45EE;
}
.BgClassName
{
background-color: #CF45EE;
}
</style>
border-color css
<style>
span { border-color: #CF45EE; }
span { border-color: rgb(207,69,238); }
td.TdClassName
{
border-color: #CF45EE;
}
.TagClassName
{
border-color: #CF45EE;
}
</style>