Shades of Medium Orchid #CF44F0
Tints of Medium Orchid #CF44F0
RGB
CMYK
RGB Variations
Color information
#CF44F0 (or 0xCF44F0) is known color: Medium Orchid. HEX triplet: CF, 44 and F0. RGB value is (207,68,240). Sum of RGB (Red+Green+Blue) = 207+68+240=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF44F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44F0 is #30BB0F. Grayscale: #808080. Windows color (decimal): -3193616 or 15746255. OLE color: 15746255.
HSL color Cylindrical-coordinate representation of color #CF44F0: hue angle of 288.49º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF44F0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 68 | 240 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.06 |
| HSL | 288.49º | 0.85% | 0.6% | - |
| HSV(B) | 288.49º | 0.72% | 0.94% | - |
| XYZ | 43.53 | 23.69 | 84.72 | - |
| YUV | 129.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 240 | 0.14 | 0.72 | 0 | 0.06 | 288.49 | 0.85 | 0.6 |
| Hex | CF | 44 | F0 | E | 48 | 0 | 6 | 120 | 55 | 3C |
| Octal | 317 | 104 | 360 | 16 | 110 | 0 | 6 | 440 | 125 | 74 |
| Binary | 11001111 | 1000100 | 11110000 | 1110 | 1001000 | 0 | 110 | 100100000 | 1010101 | 111100 |
Color Harmonies of #CF44F0
Complementary color
Monochromatic Colors of #CF44F0
Black with #CF44F0
Text Example
Text Example
White with #CF44F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44F0; }
p { color: rgb(207,68,240); }
H1.HeaderClassName
{
color: #CF44F0;
}
.AnyTagClassName
{
color: #CF44F0;
}
</style>
background-color css
<style>
a { background-color: #CF44F0; }
a { background-color: rgb(207,68,240); }
div.DivClassName
{
background-color: #CF44F0;
}
.BgClassName
{
background-color: #CF44F0;
}
</style>
border-color css
<style>
span { border-color: #CF44F0; }
span { border-color: rgb(207,68,240); }
td.TdClassName
{
border-color: #CF44F0;
}
.TagClassName
{
border-color: #CF44F0;
}
</style>