Shades of Medium Orchid #CE3DEB
Tints of Medium Orchid #CE3DEB
RGB
CMYK
RGB Variations
Color information
#CE3DEB (or 0xCE3DEB) is known color: Medium Orchid. HEX triplet: CE, 3D and EB. RGB value is (206,61,235). Sum of RGB (Red+Green+Blue) = 206+61+235=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DEB is #31C214. Grayscale: #7B7B7B. Windows color (decimal): -3260949 or 15416782. OLE color: 15416782.
HSL color Cylindrical-coordinate representation of color #CE3DEB: hue angle of 290º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3DEB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 61 | 235 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.08 |
| HSL | 290º | 0.81% | 0.58% | - |
| HSV(B) | 290º | 0.74% | 0.92% | - |
| XYZ | 42.12 | 22.46 | 80.71 | - |
| YUV | 124.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 235 | 0.12 | 0.74 | 0 | 0.08 | 290 | 0.81 | 0.58 |
| Hex | CE | 3D | EB | C | 4A | 0 | 8 | 122 | 51 | 3A |
| Octal | 316 | 75 | 353 | 14 | 112 | 0 | 10 | 442 | 121 | 72 |
| Binary | 11001110 | 111101 | 11101011 | 1100 | 1001010 | 0 | 1000 | 100100010 | 1010001 | 111010 |
Color Harmonies of #CE3DEB
Complementary color
Monochromatic Colors of #CE3DEB
Black with #CE3DEB
Text Example
Text Example
White with #CE3DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DEB; }
p { color: rgb(206,61,235); }
H1.HeaderClassName
{
color: #CE3DEB;
}
.AnyTagClassName
{
color: #CE3DEB;
}
</style>
background-color css
<style>
a { background-color: #CE3DEB; }
a { background-color: rgb(206,61,235); }
div.DivClassName
{
background-color: #CE3DEB;
}
.BgClassName
{
background-color: #CE3DEB;
}
</style>
border-color css
<style>
span { border-color: #CE3DEB; }
span { border-color: rgb(206,61,235); }
td.TdClassName
{
border-color: #CE3DEB;
}
.TagClassName
{
border-color: #CE3DEB;
}
</style>