Shades of Medium Orchid #CF3EEC
Tints of Medium Orchid #CF3EEC
RGB
CMYK
RGB Variations
Color information
#CF3EEC (or 0xCF3EEC) is known color: Medium Orchid. HEX triplet: CF, 3E and EC. RGB value is (207,62,236). Sum of RGB (Red+Green+Blue) = 207+62+236=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EEC is #30C113. Grayscale: #7C7C7C. Windows color (decimal): -3195156 or 15482575. OLE color: 15482575.
HSL color Cylindrical-coordinate representation of color #CF3EEC: hue angle of 290º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3EEC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 62 | 236 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.07 |
| HSL | 290º | 0.82% | 0.58% | - |
| HSV(B) | 290º | 0.74% | 0.93% | - |
| XYZ | 42.6 | 22.77 | 81.51 | - |
| YUV | 125.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 236 | 0.12 | 0.74 | 0 | 0.07 | 290 | 0.82 | 0.58 |
| Hex | CF | 3E | EC | C | 4A | 0 | 7 | 122 | 52 | 3A |
| Octal | 317 | 76 | 354 | 14 | 112 | 0 | 7 | 442 | 122 | 72 |
| Binary | 11001111 | 111110 | 11101100 | 1100 | 1001010 | 0 | 111 | 100100010 | 1010010 | 111010 |
Color Harmonies of #CF3EEC
Complementary color
Monochromatic Colors of #CF3EEC
Black with #CF3EEC
Text Example
Text Example
White with #CF3EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EEC; }
p { color: rgb(207,62,236); }
H1.HeaderClassName
{
color: #CF3EEC;
}
.AnyTagClassName
{
color: #CF3EEC;
}
</style>
background-color css
<style>
a { background-color: #CF3EEC; }
a { background-color: rgb(207,62,236); }
div.DivClassName
{
background-color: #CF3EEC;
}
.BgClassName
{
background-color: #CF3EEC;
}
</style>
border-color css
<style>
span { border-color: #CF3EEC; }
span { border-color: rgb(207,62,236); }
td.TdClassName
{
border-color: #CF3EEC;
}
.TagClassName
{
border-color: #CF3EEC;
}
</style>