Shades of Medium Orchid #CF50F2
Tints of Medium Orchid #CF50F2
RGB
CMYK
RGB Variations
Color information
#CF50F2 (or 0xCF50F2) is known color: Medium Orchid. HEX triplet: CF, 50 and F2. RGB value is (207,80,242). Sum of RGB (Red+Green+Blue) = 207+80+242=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF50F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50F2 is #30AF0D. Grayscale: #878787. Windows color (decimal): -3190542 or 15880399. OLE color: 15880399.
HSL color Cylindrical-coordinate representation of color #CF50F2: hue angle of 287.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF50F2 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 80 | 242 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.05 |
| HSL | 287.04º | 0.86% | 0.63% | - |
| HSV(B) | 287.04º | 0.67% | 0.95% | - |
| XYZ | 44.63 | 25.41 | 86.56 | - |
| YUV | 136.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 242 | 0.14 | 0.67 | 0 | 0.05 | 287.04 | 0.86 | 0.63 |
| Hex | CF | 50 | F2 | E | 43 | 0 | 5 | 11F | 56 | 3F |
| Octal | 317 | 120 | 362 | 16 | 103 | 0 | 5 | 437 | 126 | 77 |
| Binary | 11001111 | 1010000 | 11110010 | 1110 | 1000011 | 0 | 101 | 100011111 | 1010110 | 111111 |
Color Harmonies of #CF50F2
Complementary color
Monochromatic Colors of #CF50F2
Black with #CF50F2
Text Example
Text Example
White with #CF50F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50F2; }
p { color: rgb(207,80,242); }
H1.HeaderClassName
{
color: #CF50F2;
}
.AnyTagClassName
{
color: #CF50F2;
}
</style>
background-color css
<style>
a { background-color: #CF50F2; }
a { background-color: rgb(207,80,242); }
div.DivClassName
{
background-color: #CF50F2;
}
.BgClassName
{
background-color: #CF50F2;
}
</style>
border-color css
<style>
span { border-color: #CF50F2; }
span { border-color: rgb(207,80,242); }
td.TdClassName
{
border-color: #CF50F2;
}
.TagClassName
{
border-color: #CF50F2;
}
</style>