Shades of Medium Orchid #CF43EC
Tints of Medium Orchid #CF43EC
RGB
CMYK
RGB Variations
Color information
#CF43EC (or 0xCF43EC) is known color: Medium Orchid. HEX triplet: CF, 43 and EC. RGB value is (207,67,236). Sum of RGB (Red+Green+Blue) = 207+67+236=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 67 (26.56% from 255 or 13.14% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF43EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43EC is #30BC13. Grayscale: #7F7F7F. Windows color (decimal): -3193876 or 15483855. OLE color: 15483855.
HSL color Cylindrical-coordinate representation of color #CF43EC: hue angle of 289.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF43EC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 67 | 236 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.07 |
| HSL | 289.7º | 0.82% | 0.59% | - |
| HSV(B) | 289.7º | 0.72% | 0.93% | - |
| XYZ | 42.88 | 23.34 | 81.6 | - |
| YUV | 128.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 236 | 0.12 | 0.72 | 0 | 0.07 | 289.7 | 0.82 | 0.59 |
| Hex | CF | 43 | EC | C | 48 | 0 | 7 | 122 | 52 | 3B |
| Octal | 317 | 103 | 354 | 14 | 110 | 0 | 7 | 442 | 122 | 73 |
| Binary | 11001111 | 1000011 | 11101100 | 1100 | 1001000 | 0 | 111 | 100100010 | 1010010 | 111011 |
Color Harmonies of #CF43EC
Complementary color
Monochromatic Colors of #CF43EC
Black with #CF43EC
Text Example
Text Example
White with #CF43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43EC; }
p { color: rgb(207,67,236); }
H1.HeaderClassName
{
color: #CF43EC;
}
.AnyTagClassName
{
color: #CF43EC;
}
</style>
background-color css
<style>
a { background-color: #CF43EC; }
a { background-color: rgb(207,67,236); }
div.DivClassName
{
background-color: #CF43EC;
}
.BgClassName
{
background-color: #CF43EC;
}
</style>
border-color css
<style>
span { border-color: #CF43EC; }
span { border-color: rgb(207,67,236); }
td.TdClassName
{
border-color: #CF43EC;
}
.TagClassName
{
border-color: #CF43EC;
}
</style>