Shades of Medium Orchid #CE3BF9
Tints of Medium Orchid #CE3BF9
RGB
CMYK
RGB Variations
Color information
#CE3BF9 (or 0xCE3BF9) is known color: Medium Orchid. HEX triplet: CE, 3B and F9. RGB value is (206,59,249). Sum of RGB (Red+Green+Blue) = 206+59+249=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE3BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BF9 is #31C406. Grayscale: #7B7B7B. Windows color (decimal): -3261447 or 16333774. OLE color: 16333774.
HSL color Cylindrical-coordinate representation of color #CE3BF9: hue angle of 286.42º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3BF9 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 59 | 249 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.02 |
| HSL | 286.42º | 0.94% | 0.6% | - |
| HSV(B) | 286.42º | 0.76% | 0.98% | - |
| XYZ | 44.12 | 23.09 | 91.75 | - |
| YUV | 124.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 249 | 0.17 | 0.76 | 0 | 0.02 | 286.42 | 0.94 | 0.6 |
| Hex | CE | 3B | F9 | 11 | 4C | 0 | 2 | 11E | 5E | 3C |
| Octal | 316 | 73 | 371 | 21 | 114 | 0 | 2 | 436 | 136 | 74 |
| Binary | 11001110 | 111011 | 11111001 | 10001 | 1001100 | 0 | 10 | 100011110 | 1011110 | 111100 |
Color Harmonies of #CE3BF9
Complementary color
Monochromatic Colors of #CE3BF9
Black with #CE3BF9
Text Example
Text Example
White with #CE3BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BF9; }
p { color: rgb(206,59,249); }
H1.HeaderClassName
{
color: #CE3BF9;
}
.AnyTagClassName
{
color: #CE3BF9;
}
</style>
background-color css
<style>
a { background-color: #CE3BF9; }
a { background-color: rgb(206,59,249); }
div.DivClassName
{
background-color: #CE3BF9;
}
.BgClassName
{
background-color: #CE3BF9;
}
</style>
border-color css
<style>
span { border-color: #CE3BF9; }
span { border-color: rgb(206,59,249); }
td.TdClassName
{
border-color: #CE3BF9;
}
.TagClassName
{
border-color: #CE3BF9;
}
</style>