Shades of Medium Orchid #CE3BDD
Tints of Medium Orchid #CE3BDD
RGB
CMYK
RGB Variations
Color information
#CE3BDD (or 0xCE3BDD) is known color: Medium Orchid. HEX triplet: CE, 3B and DD. RGB value is (206,59,221). Sum of RGB (Red+Green+Blue) = 206+59+221=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDD is #31C422. Grayscale: #787878. Windows color (decimal): -3261475 or 14498766. OLE color: 14498766.
HSL color Cylindrical-coordinate representation of color #CE3BDD: hue angle of 294.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3BDD is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 59 | 221 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.13 |
| HSL | 294.44º | 0.7% | 0.55% | - |
| HSV(B) | 294.44º | 0.73% | 0.87% | - |
| XYZ | 40.07 | 21.47 | 70.44 | - |
| YUV | 121.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 221 | 0.07 | 0.73 | 0 | 0.13 | 294.44 | 0.7 | 0.55 |
| Hex | CE | 3B | DD | 7 | 49 | 0 | D | 126 | 46 | 37 |
| Octal | 316 | 73 | 335 | 7 | 111 | 0 | 15 | 446 | 106 | 67 |
| Binary | 11001110 | 111011 | 11011101 | 111 | 1001001 | 0 | 1101 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CE3BDD
Complementary color
Monochromatic Colors of #CE3BDD
Black with #CE3BDD
Text Example
Text Example
White with #CE3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BDD; }
p { color: rgb(206,59,221); }
H1.HeaderClassName
{
color: #CE3BDD;
}
.AnyTagClassName
{
color: #CE3BDD;
}
</style>
background-color css
<style>
a { background-color: #CE3BDD; }
a { background-color: rgb(206,59,221); }
div.DivClassName
{
background-color: #CE3BDD;
}
.BgClassName
{
background-color: #CE3BDD;
}
</style>
border-color css
<style>
span { border-color: #CE3BDD; }
span { border-color: rgb(206,59,221); }
td.TdClassName
{
border-color: #CE3BDD;
}
.TagClassName
{
border-color: #CE3BDD;
}
</style>