Shades of Medium Orchid #CF41F6
Tints of Medium Orchid #CF41F6
RGB
CMYK
RGB Variations
Color information
#CF41F6 (or 0xCF41F6) is known color: Medium Orchid. HEX triplet: CF, 41 and F6. RGB value is (207,65,246). Sum of RGB (Red+Green+Blue) = 207+65+246=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF41F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41F6 is #30BE09. Grayscale: #7F7F7F. Windows color (decimal): -3194378 or 16138703. OLE color: 16138703.
HSL color Cylindrical-coordinate representation of color #CF41F6: hue angle of 287.07º 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 #CF41F6 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 65 | 246 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.04 |
| HSL | 287.07º | 0.91% | 0.61% | - |
| HSV(B) | 287.07º | 0.74% | 0.96% | - |
| XYZ | 44.26 | 23.7 | 89.43 | - |
| YUV | 128.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 246 | 0.16 | 0.74 | 0 | 0.04 | 287.07 | 0.91 | 0.61 |
| Hex | CF | 41 | F6 | 10 | 4A | 0 | 4 | 11F | 5B | 3D |
| Octal | 317 | 101 | 366 | 20 | 112 | 0 | 4 | 437 | 133 | 75 |
| Binary | 11001111 | 1000001 | 11110110 | 10000 | 1001010 | 0 | 100 | 100011111 | 1011011 | 111101 |
Color Harmonies of #CF41F6
Complementary color
Monochromatic Colors of #CF41F6
Black with #CF41F6
Text Example
Text Example
White with #CF41F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41F6; }
p { color: rgb(207,65,246); }
H1.HeaderClassName
{
color: #CF41F6;
}
.AnyTagClassName
{
color: #CF41F6;
}
</style>
background-color css
<style>
a { background-color: #CF41F6; }
a { background-color: rgb(207,65,246); }
div.DivClassName
{
background-color: #CF41F6;
}
.BgClassName
{
background-color: #CF41F6;
}
</style>
border-color css
<style>
span { border-color: #CF41F6; }
span { border-color: rgb(207,65,246); }
td.TdClassName
{
border-color: #CF41F6;
}
.TagClassName
{
border-color: #CF41F6;
}
</style>