Shades of Medium Orchid #CF3BEF
Tints of Medium Orchid #CF3BEF
RGB
CMYK
RGB Variations
Color information
#CF3BEF (or 0xCF3BEF) is known color: Medium Orchid. HEX triplet: CF, 3B and EF. RGB value is (207,59,239). Sum of RGB (Red+Green+Blue) = 207+59+239=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BEF is #30C410. Grayscale: #7B7B7B. Windows color (decimal): -3195921 or 15678415. OLE color: 15678415.
HSL color Cylindrical-coordinate representation of color #CF3BEF: hue angle of 289.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BEF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 59 | 239 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.06 |
| HSL | 289.33º | 0.85% | 0.58% | - |
| HSV(B) | 289.33º | 0.75% | 0.94% | - |
| XYZ | 42.88 | 22.63 | 83.77 | - |
| YUV | 123.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 239 | 0.13 | 0.75 | 0 | 0.06 | 289.33 | 0.85 | 0.58 |
| Hex | CF | 3B | EF | D | 4B | 0 | 6 | 121 | 55 | 3A |
| Octal | 317 | 73 | 357 | 15 | 113 | 0 | 6 | 441 | 125 | 72 |
| Binary | 11001111 | 111011 | 11101111 | 1101 | 1001011 | 0 | 110 | 100100001 | 1010101 | 111010 |
Color Harmonies of #CF3BEF
Complementary color
Monochromatic Colors of #CF3BEF
Black with #CF3BEF
Text Example
Text Example
White with #CF3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BEF; }
p { color: rgb(207,59,239); }
H1.HeaderClassName
{
color: #CF3BEF;
}
.AnyTagClassName
{
color: #CF3BEF;
}
</style>
background-color css
<style>
a { background-color: #CF3BEF; }
a { background-color: rgb(207,59,239); }
div.DivClassName
{
background-color: #CF3BEF;
}
.BgClassName
{
background-color: #CF3BEF;
}
</style>
border-color css
<style>
span { border-color: #CF3BEF; }
span { border-color: rgb(207,59,239); }
td.TdClassName
{
border-color: #CF3BEF;
}
.TagClassName
{
border-color: #CF3BEF;
}
</style>