Shades of Medium Orchid #CE3CDC
Tints of Medium Orchid #CE3CDC
RGB
CMYK
RGB Variations
Color information
#CE3CDC (or 0xCE3CDC) is known color: Medium Orchid. HEX triplet: CE, 3C and DC. RGB value is (206,60,220). Sum of RGB (Red+Green+Blue) = 206+60+220=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CDC is #31C323. Grayscale: #797979. Windows color (decimal): -3261220 or 14433486. OLE color: 14433486.
HSL color Cylindrical-coordinate representation of color #CE3CDC: hue angle of 294.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3CDC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 60 | 220 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.14 |
| HSL | 294.75º | 0.7% | 0.55% | - |
| HSV(B) | 294.75º | 0.73% | 0.86% | - |
| XYZ | 39.99 | 21.52 | 69.76 | - |
| YUV | 121.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 220 | 0.06 | 0.73 | 0 | 0.14 | 294.75 | 0.7 | 0.55 |
| Hex | CE | 3C | DC | 6 | 49 | 0 | E | 127 | 46 | 37 |
| Octal | 316 | 74 | 334 | 6 | 111 | 0 | 16 | 447 | 106 | 67 |
| Binary | 11001110 | 111100 | 11011100 | 110 | 1001001 | 0 | 1110 | 100100111 | 1000110 | 110111 |
Color Harmonies of #CE3CDC
Complementary color
Monochromatic Colors of #CE3CDC
Black with #CE3CDC
Text Example
Text Example
White with #CE3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CDC; }
p { color: rgb(206,60,220); }
H1.HeaderClassName
{
color: #CE3CDC;
}
.AnyTagClassName
{
color: #CE3CDC;
}
</style>
background-color css
<style>
a { background-color: #CE3CDC; }
a { background-color: rgb(206,60,220); }
div.DivClassName
{
background-color: #CE3CDC;
}
.BgClassName
{
background-color: #CE3CDC;
}
</style>
border-color css
<style>
span { border-color: #CE3CDC; }
span { border-color: rgb(206,60,220); }
td.TdClassName
{
border-color: #CE3CDC;
}
.TagClassName
{
border-color: #CE3CDC;
}
</style>