Shades of Medium Orchid #CF40F6
Tints of Medium Orchid #CF40F6
RGB
CMYK
RGB Variations
Color information
#CF40F6 (or 0xCF40F6) is known color: Medium Orchid. HEX triplet: CF, 40 and F6. RGB value is (207,64,246). Sum of RGB (Red+Green+Blue) = 207+64+246=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF40F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40F6 is #30BF09. Grayscale: #7E7E7E. Windows color (decimal): -3194634 or 16138447. OLE color: 16138447.
HSL color Cylindrical-coordinate representation of color #CF40F6: hue angle of 287.14º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF40F6 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 64 | 246 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.04 |
| HSL | 287.14º | 0.91% | 0.61% | - |
| HSV(B) | 287.14º | 0.74% | 0.96% | - |
| XYZ | 44.2 | 23.59 | 89.41 | - |
| YUV | 127.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 246 | 0.16 | 0.74 | 0 | 0.04 | 287.14 | 0.91 | 0.61 |
| Hex | CF | 40 | F6 | 10 | 4A | 0 | 4 | 11F | 5B | 3D |
| Octal | 317 | 100 | 366 | 20 | 112 | 0 | 4 | 437 | 133 | 75 |
| Binary | 11001111 | 1000000 | 11110110 | 10000 | 1001010 | 0 | 100 | 100011111 | 1011011 | 111101 |
Color Harmonies of #CF40F6
Complementary color
Monochromatic Colors of #CF40F6
Black with #CF40F6
Text Example
Text Example
White with #CF40F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40F6; }
p { color: rgb(207,64,246); }
H1.HeaderClassName
{
color: #CF40F6;
}
.AnyTagClassName
{
color: #CF40F6;
}
</style>
background-color css
<style>
a { background-color: #CF40F6; }
a { background-color: rgb(207,64,246); }
div.DivClassName
{
background-color: #CF40F6;
}
.BgClassName
{
background-color: #CF40F6;
}
</style>
border-color css
<style>
span { border-color: #CF40F6; }
span { border-color: rgb(207,64,246); }
td.TdClassName
{
border-color: #CF40F6;
}
.TagClassName
{
border-color: #CF40F6;
}
</style>