Shades of Medium Orchid #CE4DDF
Tints of Medium Orchid #CE4DDF
RGB
CMYK
RGB Variations
Color information
#CE4DDF (or 0xCE4DDF) is known color: Medium Orchid. HEX triplet: CE, 4D and DF. RGB value is (206,77,223). Sum of RGB (Red+Green+Blue) = 206+77+223=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDF is #31B220. Grayscale: #838383. Windows color (decimal): -3256865 or 14634446. OLE color: 14634446.
HSL color Cylindrical-coordinate representation of color #CE4DDF: hue angle of 293.01º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4DDF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 77 | 223 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.13 |
| HSL | 293.01º | 0.7% | 0.59% | - |
| HSV(B) | 293.01º | 0.65% | 0.87% | - |
| XYZ | 41.43 | 23.76 | 72.21 | - |
| YUV | 132.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 223 | 0.08 | 0.65 | 0 | 0.13 | 293.01 | 0.7 | 0.59 |
| Hex | CE | 4D | DF | 8 | 41 | 0 | D | 125 | 46 | 3B |
| Octal | 316 | 115 | 337 | 10 | 101 | 0 | 15 | 445 | 106 | 73 |
| Binary | 11001110 | 1001101 | 11011111 | 1000 | 1000001 | 0 | 1101 | 100100101 | 1000110 | 111011 |
Color Harmonies of #CE4DDF
Complementary color
Monochromatic Colors of #CE4DDF
Black with #CE4DDF
Text Example
Text Example
White with #CE4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DDF; }
p { color: rgb(206,77,223); }
H1.HeaderClassName
{
color: #CE4DDF;
}
.AnyTagClassName
{
color: #CE4DDF;
}
</style>
background-color css
<style>
a { background-color: #CE4DDF; }
a { background-color: rgb(206,77,223); }
div.DivClassName
{
background-color: #CE4DDF;
}
.BgClassName
{
background-color: #CE4DDF;
}
</style>
border-color css
<style>
span { border-color: #CE4DDF; }
span { border-color: rgb(206,77,223); }
td.TdClassName
{
border-color: #CE4DDF;
}
.TagClassName
{
border-color: #CE4DDF;
}
</style>