Shades of Medium Orchid #CF3FEC
Tints of Medium Orchid #CF3FEC
RGB
CMYK
RGB Variations
Color information
#CF3FEC (or 0xCF3FEC) is known color: Medium Orchid. HEX triplet: CF, 3F and EC. RGB value is (207,63,236). Sum of RGB (Red+Green+Blue) = 207+63+236=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FEC is #30C013. Grayscale: #7D7D7D. Windows color (decimal): -3194900 or 15482831. OLE color: 15482831.
HSL color Cylindrical-coordinate representation of color #CF3FEC: hue angle of 289.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3FEC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 63 | 236 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.07 |
| HSL | 289.94º | 0.82% | 0.59% | - |
| HSV(B) | 289.94º | 0.73% | 0.93% | - |
| XYZ | 42.65 | 22.88 | 81.52 | - |
| YUV | 125.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 236 | 0.12 | 0.73 | 0 | 0.07 | 289.94 | 0.82 | 0.59 |
| Hex | CF | 3F | EC | C | 49 | 0 | 7 | 122 | 52 | 3B |
| Octal | 317 | 77 | 354 | 14 | 111 | 0 | 7 | 442 | 122 | 73 |
| Binary | 11001111 | 111111 | 11101100 | 1100 | 1001001 | 0 | 111 | 100100010 | 1010010 | 111011 |
Color Harmonies of #CF3FEC
Complementary color
Monochromatic Colors of #CF3FEC
Black with #CF3FEC
Text Example
Text Example
White with #CF3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FEC; }
p { color: rgb(207,63,236); }
H1.HeaderClassName
{
color: #CF3FEC;
}
.AnyTagClassName
{
color: #CF3FEC;
}
</style>
background-color css
<style>
a { background-color: #CF3FEC; }
a { background-color: rgb(207,63,236); }
div.DivClassName
{
background-color: #CF3FEC;
}
.BgClassName
{
background-color: #CF3FEC;
}
</style>
border-color css
<style>
span { border-color: #CF3FEC; }
span { border-color: rgb(207,63,236); }
td.TdClassName
{
border-color: #CF3FEC;
}
.TagClassName
{
border-color: #CF3FEC;
}
</style>