Shades of Medium Orchid #CF3CEF
Tints of Medium Orchid #CF3CEF
RGB
CMYK
RGB Variations
Color information
#CF3CEF (or 0xCF3CEF) is known color: Medium Orchid. HEX triplet: CF, 3C and EF. RGB value is (207,60,239). Sum of RGB (Red+Green+Blue) = 207+60+239=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CEF is #30C310. Grayscale: #7B7B7B. Windows color (decimal): -3195665 or 15678671. OLE color: 15678671.
HSL color Cylindrical-coordinate representation of color #CF3CEF: hue angle of 289.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3CEF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 60 | 239 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.06 |
| HSL | 289.27º | 0.85% | 0.59% | - |
| HSV(B) | 289.27º | 0.75% | 0.94% | - |
| XYZ | 42.93 | 22.73 | 83.79 | - |
| YUV | 124.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 239 | 0.13 | 0.75 | 0 | 0.06 | 289.27 | 0.85 | 0.59 |
| Hex | CF | 3C | EF | D | 4B | 0 | 6 | 121 | 55 | 3B |
| Octal | 317 | 74 | 357 | 15 | 113 | 0 | 6 | 441 | 125 | 73 |
| Binary | 11001111 | 111100 | 11101111 | 1101 | 1001011 | 0 | 110 | 100100001 | 1010101 | 111011 |
Color Harmonies of #CF3CEF
Complementary color
Monochromatic Colors of #CF3CEF
Black with #CF3CEF
Text Example
Text Example
White with #CF3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CEF; }
p { color: rgb(207,60,239); }
H1.HeaderClassName
{
color: #CF3CEF;
}
.AnyTagClassName
{
color: #CF3CEF;
}
</style>
background-color css
<style>
a { background-color: #CF3CEF; }
a { background-color: rgb(207,60,239); }
div.DivClassName
{
background-color: #CF3CEF;
}
.BgClassName
{
background-color: #CF3CEF;
}
</style>
border-color css
<style>
span { border-color: #CF3CEF; }
span { border-color: rgb(207,60,239); }
td.TdClassName
{
border-color: #CF3CEF;
}
.TagClassName
{
border-color: #CF3CEF;
}
</style>