Shades of Medium Orchid #CE3DDB
Tints of Medium Orchid #CE3DDB
RGB
CMYK
RGB Variations
Color information
#CE3DDB (or 0xCE3DDB) is known color: Medium Orchid. HEX triplet: CE, 3D and DB. RGB value is (206,61,219). Sum of RGB (Red+Green+Blue) = 206+61+219=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DDB is #31C224. Grayscale: #797979. Windows color (decimal): -3260965 or 14368206. OLE color: 14368206.
HSL color Cylindrical-coordinate representation of color #CE3DDB: hue angle of 295.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3DDB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 61 | 219 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.14 |
| HSL | 295.06º | 0.69% | 0.55% | - |
| HSV(B) | 295.06º | 0.72% | 0.86% | - |
| XYZ | 39.91 | 21.57 | 69.08 | - |
| YUV | 122.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 219 | 0.06 | 0.72 | 0 | 0.14 | 295.06 | 0.69 | 0.55 |
| Hex | CE | 3D | DB | 6 | 48 | 0 | E | 127 | 45 | 37 |
| Octal | 316 | 75 | 333 | 6 | 110 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11001110 | 111101 | 11011011 | 110 | 1001000 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #CE3DDB
Complementary color
Monochromatic Colors of #CE3DDB
Black with #CE3DDB
Text Example
Text Example
White with #CE3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DDB; }
p { color: rgb(206,61,219); }
H1.HeaderClassName
{
color: #CE3DDB;
}
.AnyTagClassName
{
color: #CE3DDB;
}
</style>
background-color css
<style>
a { background-color: #CE3DDB; }
a { background-color: rgb(206,61,219); }
div.DivClassName
{
background-color: #CE3DDB;
}
.BgClassName
{
background-color: #CE3DDB;
}
</style>
border-color css
<style>
span { border-color: #CE3DDB; }
span { border-color: rgb(206,61,219); }
td.TdClassName
{
border-color: #CE3DDB;
}
.TagClassName
{
border-color: #CE3DDB;
}
</style>