Shades of Medium Orchid #CF41F9
Tints of Medium Orchid #CF41F9
RGB
CMYK
RGB Variations
Color information
#CF41F9 (or 0xCF41F9) is known color: Medium Orchid. HEX triplet: CF, 41 and F9. RGB value is (207,65,249). Sum of RGB (Red+Green+Blue) = 207+65+249=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF41F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41F9 is #30BE06. Grayscale: #7F7F7F. Windows color (decimal): -3194375 or 16335311. OLE color: 16335311.
HSL color Cylindrical-coordinate representation of color #CF41F9: hue angle of 286.3º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF41F9 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 65 | 249 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.02 |
| HSL | 286.3º | 0.94% | 0.62% | - |
| HSV(B) | 286.3º | 0.74% | 0.98% | - |
| XYZ | 44.72 | 23.89 | 91.88 | - |
| YUV | 128.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 249 | 0.17 | 0.74 | 0 | 0.02 | 286.3 | 0.94 | 0.62 |
| Hex | CF | 41 | F9 | 11 | 4A | 0 | 2 | 11E | 5E | 3E |
| Octal | 317 | 101 | 371 | 21 | 112 | 0 | 2 | 436 | 136 | 76 |
| Binary | 11001111 | 1000001 | 11111001 | 10001 | 1001010 | 0 | 10 | 100011110 | 1011110 | 111110 |
Color Harmonies of #CF41F9
Complementary color
Monochromatic Colors of #CF41F9
Black with #CF41F9
Text Example
Text Example
White with #CF41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41F9; }
p { color: rgb(207,65,249); }
H1.HeaderClassName
{
color: #CF41F9;
}
.AnyTagClassName
{
color: #CF41F9;
}
</style>
background-color css
<style>
a { background-color: #CF41F9; }
a { background-color: rgb(207,65,249); }
div.DivClassName
{
background-color: #CF41F9;
}
.BgClassName
{
background-color: #CF41F9;
}
</style>
border-color css
<style>
span { border-color: #CF41F9; }
span { border-color: rgb(207,65,249); }
td.TdClassName
{
border-color: #CF41F9;
}
.TagClassName
{
border-color: #CF41F9;
}
</style>