Shades of Medium Orchid #CE3DFB
Tints of Medium Orchid #CE3DFB
RGB
CMYK
RGB Variations
Color information
#CE3DFB (or 0xCE3DFB) is known color: Medium Orchid. HEX triplet: CE, 3D and FB. RGB value is (206,61,251). Sum of RGB (Red+Green+Blue) = 206+61+251=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DFB is #31C204. Grayscale: #7D7D7D. Windows color (decimal): -3260933 or 16465358. OLE color: 16465358.
HSL color Cylindrical-coordinate representation of color #CE3DFB: hue angle of 285.79º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3DFB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 61 | 251 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.02 |
| HSL | 285.79º | 0.96% | 0.61% | - |
| HSV(B) | 285.79º | 0.76% | 0.98% | - |
| XYZ | 44.53 | 23.42 | 93.44 | - |
| YUV | 126.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 251 | 0.18 | 0.76 | 0 | 0.02 | 285.79 | 0.96 | 0.61 |
| Hex | CE | 3D | FB | 12 | 4C | 0 | 2 | 11E | 60 | 3D |
| Octal | 316 | 75 | 373 | 22 | 114 | 0 | 2 | 436 | 140 | 75 |
| Binary | 11001110 | 111101 | 11111011 | 10010 | 1001100 | 0 | 10 | 100011110 | 1100000 | 111101 |
Color Harmonies of #CE3DFB
Complementary color
Monochromatic Colors of #CE3DFB
Black with #CE3DFB
Text Example
Text Example
White with #CE3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DFB; }
p { color: rgb(206,61,251); }
H1.HeaderClassName
{
color: #CE3DFB;
}
.AnyTagClassName
{
color: #CE3DFB;
}
</style>
background-color css
<style>
a { background-color: #CE3DFB; }
a { background-color: rgb(206,61,251); }
div.DivClassName
{
background-color: #CE3DFB;
}
.BgClassName
{
background-color: #CE3DFB;
}
</style>
border-color css
<style>
span { border-color: #CE3DFB; }
span { border-color: rgb(206,61,251); }
td.TdClassName
{
border-color: #CE3DFB;
}
.TagClassName
{
border-color: #CE3DFB;
}
</style>