Shades of Medium Orchid #CF3BE8
Tints of Medium Orchid #CF3BE8
RGB
CMYK
RGB Variations
Color information
#CF3BE8 (or 0xCF3BE8) is known color: Medium Orchid. HEX triplet: CF, 3B and E8. RGB value is (207,59,232). Sum of RGB (Red+Green+Blue) = 207+59+232=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF3BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BE8 is #30C417. Grayscale: #7A7A7A. Windows color (decimal): -3195928 or 15219663. OLE color: 15219663.
HSL color Cylindrical-coordinate representation of color #CF3BE8: hue angle of 291.33º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BE8 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 59 | 232 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.09 |
| HSL | 291.33º | 0.79% | 0.57% | - |
| HSV(B) | 291.33º | 0.75% | 0.91% | - |
| XYZ | 41.86 | 22.22 | 78.43 | - |
| YUV | 122.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 232 | 0.11 | 0.75 | 0 | 0.09 | 291.33 | 0.79 | 0.57 |
| Hex | CF | 3B | E8 | B | 4B | 0 | 9 | 123 | 4F | 39 |
| Octal | 317 | 73 | 350 | 13 | 113 | 0 | 11 | 443 | 117 | 71 |
| Binary | 11001111 | 111011 | 11101000 | 1011 | 1001011 | 0 | 1001 | 100100011 | 1001111 | 111001 |
Color Harmonies of #CF3BE8
Complementary color
Monochromatic Colors of #CF3BE8
Black with #CF3BE8
Text Example
Text Example
White with #CF3BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BE8; }
p { color: rgb(207,59,232); }
H1.HeaderClassName
{
color: #CF3BE8;
}
.AnyTagClassName
{
color: #CF3BE8;
}
</style>
background-color css
<style>
a { background-color: #CF3BE8; }
a { background-color: rgb(207,59,232); }
div.DivClassName
{
background-color: #CF3BE8;
}
.BgClassName
{
background-color: #CF3BE8;
}
</style>
border-color css
<style>
span { border-color: #CF3BE8; }
span { border-color: rgb(207,59,232); }
td.TdClassName
{
border-color: #CF3BE8;
}
.TagClassName
{
border-color: #CF3BE8;
}
</style>