Shades of Medium Orchid #CF3BF7
Tints of Medium Orchid #CF3BF7
RGB
CMYK
RGB Variations
Color information
#CF3BF7 (or 0xCF3BF7) is known color: Medium Orchid. HEX triplet: CF, 3B and F7. RGB value is (207,59,247). Sum of RGB (Red+Green+Blue) = 207+59+247=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF3BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BF7 is #30C408. Grayscale: #7C7C7C. Windows color (decimal): -3195913 or 16202703. OLE color: 16202703.
HSL color Cylindrical-coordinate representation of color #CF3BF7: hue angle of 287.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3BF7 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 59 | 247 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.03 |
| HSL | 287.23º | 0.92% | 0.6% | - |
| HSV(B) | 287.23º | 0.76% | 0.97% | - |
| XYZ | 44.08 | 23.11 | 90.13 | - |
| YUV | 124.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 247 | 0.16 | 0.76 | 0 | 0.03 | 287.23 | 0.92 | 0.6 |
| Hex | CF | 3B | F7 | 10 | 4C | 0 | 3 | 11F | 5C | 3C |
| Octal | 317 | 73 | 367 | 20 | 114 | 0 | 3 | 437 | 134 | 74 |
| Binary | 11001111 | 111011 | 11110111 | 10000 | 1001100 | 0 | 11 | 100011111 | 1011100 | 111100 |
Color Harmonies of #CF3BF7
Complementary color
Monochromatic Colors of #CF3BF7
Black with #CF3BF7
Text Example
Text Example
White with #CF3BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BF7; }
p { color: rgb(207,59,247); }
H1.HeaderClassName
{
color: #CF3BF7;
}
.AnyTagClassName
{
color: #CF3BF7;
}
</style>
background-color css
<style>
a { background-color: #CF3BF7; }
a { background-color: rgb(207,59,247); }
div.DivClassName
{
background-color: #CF3BF7;
}
.BgClassName
{
background-color: #CF3BF7;
}
</style>
border-color css
<style>
span { border-color: #CF3BF7; }
span { border-color: rgb(207,59,247); }
td.TdClassName
{
border-color: #CF3BF7;
}
.TagClassName
{
border-color: #CF3BF7;
}
</style>