Shades of Medium Orchid #CF4DF6
Tints of Medium Orchid #CF4DF6
RGB
CMYK
RGB Variations
Color information
#CF4DF6 (or 0xCF4DF6) is known color: Medium Orchid. HEX triplet: CF, 4D and F6. RGB value is (207,77,246). Sum of RGB (Red+Green+Blue) = 207+77+246=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF4DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4DF6 is #30B209. Grayscale: #868686. Windows color (decimal): -3191306 or 16141775. OLE color: 16141775.
HSL color Cylindrical-coordinate representation of color #CF4DF6: hue angle of 286.15º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4DF6 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 77 | 246 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.04 |
| HSL | 286.15º | 0.9% | 0.63% | - |
| HSV(B) | 286.15º | 0.69% | 0.96% | - |
| XYZ | 45.02 | 25.23 | 89.69 | - |
| YUV | 135.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 246 | 0.16 | 0.69 | 0 | 0.04 | 286.15 | 0.9 | 0.63 |
| Hex | CF | 4D | F6 | 10 | 45 | 0 | 4 | 11E | 5A | 3F |
| Octal | 317 | 115 | 366 | 20 | 105 | 0 | 4 | 436 | 132 | 77 |
| Binary | 11001111 | 1001101 | 11110110 | 10000 | 1000101 | 0 | 100 | 100011110 | 1011010 | 111111 |
Color Harmonies of #CF4DF6
Complementary color
Monochromatic Colors of #CF4DF6
Black with #CF4DF6
Text Example
Text Example
White with #CF4DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DF6; }
p { color: rgb(207,77,246); }
H1.HeaderClassName
{
color: #CF4DF6;
}
.AnyTagClassName
{
color: #CF4DF6;
}
</style>
background-color css
<style>
a { background-color: #CF4DF6; }
a { background-color: rgb(207,77,246); }
div.DivClassName
{
background-color: #CF4DF6;
}
.BgClassName
{
background-color: #CF4DF6;
}
</style>
border-color css
<style>
span { border-color: #CF4DF6; }
span { border-color: rgb(207,77,246); }
td.TdClassName
{
border-color: #CF4DF6;
}
.TagClassName
{
border-color: #CF4DF6;
}
</style>