Shades of Medium Orchid #CF3BEE
Tints of Medium Orchid #CF3BEE
RGB
CMYK
RGB Variations
Color information
#CF3BEE (or 0xCF3BEE) is known color: Medium Orchid. HEX triplet: CF, 3B and EE. RGB value is (207,59,238). Sum of RGB (Red+Green+Blue) = 207+59+238=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BEE is #30C411. Grayscale: #7B7B7B. Windows color (decimal): -3195922 or 15612879. OLE color: 15612879.
HSL color Cylindrical-coordinate representation of color #CF3BEE: hue angle of 289.61º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BEE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 59 | 238 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.07 |
| HSL | 289.61º | 0.84% | 0.58% | - |
| HSV(B) | 289.61º | 0.75% | 0.93% | - |
| XYZ | 42.73 | 22.57 | 82.99 | - |
| YUV | 123.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 238 | 0.13 | 0.75 | 0 | 0.07 | 289.61 | 0.84 | 0.58 |
| Hex | CF | 3B | EE | D | 4B | 0 | 7 | 122 | 54 | 3A |
| Octal | 317 | 73 | 356 | 15 | 113 | 0 | 7 | 442 | 124 | 72 |
| Binary | 11001111 | 111011 | 11101110 | 1101 | 1001011 | 0 | 111 | 100100010 | 1010100 | 111010 |
Color Harmonies of #CF3BEE
Complementary color
Monochromatic Colors of #CF3BEE
Black with #CF3BEE
Text Example
Text Example
White with #CF3BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BEE; }
p { color: rgb(207,59,238); }
H1.HeaderClassName
{
color: #CF3BEE;
}
.AnyTagClassName
{
color: #CF3BEE;
}
</style>
background-color css
<style>
a { background-color: #CF3BEE; }
a { background-color: rgb(207,59,238); }
div.DivClassName
{
background-color: #CF3BEE;
}
.BgClassName
{
background-color: #CF3BEE;
}
</style>
border-color css
<style>
span { border-color: #CF3BEE; }
span { border-color: rgb(207,59,238); }
td.TdClassName
{
border-color: #CF3BEE;
}
.TagClassName
{
border-color: #CF3BEE;
}
</style>