Shades of Medium Orchid #CE39FB
Tints of Medium Orchid #CE39FB
RGB
CMYK
RGB Variations
Color information
#CE39FB (or 0xCE39FB) is known color: Medium Orchid. HEX triplet: CE, 39 and FB. RGB value is (206,57,251). Sum of RGB (Red+Green+Blue) = 206+57+251=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE39FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39FB is #31C604. Grayscale: #7B7B7B. Windows color (decimal): -3261957 or 16464334. OLE color: 16464334.
HSL color Cylindrical-coordinate representation of color #CE39FB: hue angle of 286.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE39FB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 57 | 251 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.02 |
| HSL | 286.08º | 0.96% | 0.6% | - |
| HSV(B) | 286.08º | 0.77% | 0.98% | - |
| XYZ | 44.33 | 23.01 | 93.37 | - |
| YUV | 123.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 251 | 0.18 | 0.77 | 0 | 0.02 | 286.08 | 0.96 | 0.6 |
| Hex | CE | 39 | FB | 12 | 4D | 0 | 2 | 11E | 60 | 3C |
| Octal | 316 | 71 | 373 | 22 | 115 | 0 | 2 | 436 | 140 | 74 |
| Binary | 11001110 | 111001 | 11111011 | 10010 | 1001101 | 0 | 10 | 100011110 | 1100000 | 111100 |
Color Harmonies of #CE39FB
Complementary color
Monochromatic Colors of #CE39FB
Black with #CE39FB
Text Example
Text Example
White with #CE39FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39FB; }
p { color: rgb(206,57,251); }
H1.HeaderClassName
{
color: #CE39FB;
}
.AnyTagClassName
{
color: #CE39FB;
}
</style>
background-color css
<style>
a { background-color: #CE39FB; }
a { background-color: rgb(206,57,251); }
div.DivClassName
{
background-color: #CE39FB;
}
.BgClassName
{
background-color: #CE39FB;
}
</style>
border-color css
<style>
span { border-color: #CE39FB; }
span { border-color: rgb(206,57,251); }
td.TdClassName
{
border-color: #CE39FB;
}
.TagClassName
{
border-color: #CE39FB;
}
</style>