Shades of Medium Orchid #CE3FDD
Tints of Medium Orchid #CE3FDD
RGB
CMYK
RGB Variations
Color information
#CE3FDD (or 0xCE3FDD) is known color: Medium Orchid. HEX triplet: CE, 3F and DD. RGB value is (206,63,221). Sum of RGB (Red+Green+Blue) = 206+63+221=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDD is #31C022. Grayscale: #7B7B7B. Windows color (decimal): -3260451 or 14499790. OLE color: 14499790.
HSL color Cylindrical-coordinate representation of color #CE3FDD: hue angle of 294.3º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3FDD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 63 | 221 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.13 |
| HSL | 294.3º | 0.7% | 0.56% | - |
| HSV(B) | 294.3º | 0.71% | 0.87% | - |
| XYZ | 40.28 | 21.9 | 70.51 | - |
| YUV | 123.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 221 | 0.07 | 0.71 | 0 | 0.13 | 294.3 | 0.7 | 0.56 |
| Hex | CE | 3F | DD | 7 | 47 | 0 | D | 126 | 46 | 38 |
| Octal | 316 | 77 | 335 | 7 | 107 | 0 | 15 | 446 | 106 | 70 |
| Binary | 11001110 | 111111 | 11011101 | 111 | 1000111 | 0 | 1101 | 100100110 | 1000110 | 111000 |
Color Harmonies of #CE3FDD
Complementary color
Monochromatic Colors of #CE3FDD
Black with #CE3FDD
Text Example
Text Example
White with #CE3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FDD; }
p { color: rgb(206,63,221); }
H1.HeaderClassName
{
color: #CE3FDD;
}
.AnyTagClassName
{
color: #CE3FDD;
}
</style>
background-color css
<style>
a { background-color: #CE3FDD; }
a { background-color: rgb(206,63,221); }
div.DivClassName
{
background-color: #CE3FDD;
}
.BgClassName
{
background-color: #CE3FDD;
}
</style>
border-color css
<style>
span { border-color: #CE3FDD; }
span { border-color: rgb(206,63,221); }
td.TdClassName
{
border-color: #CE3FDD;
}
.TagClassName
{
border-color: #CE3FDD;
}
</style>