Shades of Medium Orchid #CE4EDF
Tints of Medium Orchid #CE4EDF
RGB
CMYK
RGB Variations
Color information
#CE4EDF (or 0xCE4EDF) is known color: Medium Orchid. HEX triplet: CE, 4E and DF. RGB value is (206,78,223). Sum of RGB (Red+Green+Blue) = 206+78+223=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EDF is #31B120. Grayscale: #848484. Windows color (decimal): -3256609 or 14634702. OLE color: 14634702.
HSL color Cylindrical-coordinate representation of color #CE4EDF: hue angle of 292.97º degrees, saturation: 0.69, 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 #CE4EDF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 78 | 223 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.13 |
| HSL | 292.97º | 0.69% | 0.59% | - |
| HSV(B) | 292.97º | 0.65% | 0.87% | - |
| XYZ | 41.5 | 23.9 | 72.24 | - |
| YUV | 132.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 223 | 0.08 | 0.65 | 0 | 0.13 | 292.97 | 0.69 | 0.59 |
| Hex | CE | 4E | DF | 8 | 41 | 0 | D | 125 | 45 | 3B |
| Octal | 316 | 116 | 337 | 10 | 101 | 0 | 15 | 445 | 105 | 73 |
| Binary | 11001110 | 1001110 | 11011111 | 1000 | 1000001 | 0 | 1101 | 100100101 | 1000101 | 111011 |
Color Harmonies of #CE4EDF
Complementary color
Monochromatic Colors of #CE4EDF
Black with #CE4EDF
Text Example
Text Example
White with #CE4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EDF; }
p { color: rgb(206,78,223); }
H1.HeaderClassName
{
color: #CE4EDF;
}
.AnyTagClassName
{
color: #CE4EDF;
}
</style>
background-color css
<style>
a { background-color: #CE4EDF; }
a { background-color: rgb(206,78,223); }
div.DivClassName
{
background-color: #CE4EDF;
}
.BgClassName
{
background-color: #CE4EDF;
}
</style>
border-color css
<style>
span { border-color: #CE4EDF; }
span { border-color: rgb(206,78,223); }
td.TdClassName
{
border-color: #CE4EDF;
}
.TagClassName
{
border-color: #CE4EDF;
}
</style>