Shades of Medium Orchid #CE40DF
Tints of Medium Orchid #CE40DF
RGB
CMYK
RGB Variations
Color information
#CE40DF (or 0xCE40DF) is known color: Medium Orchid. HEX triplet: CE, 40 and DF. RGB value is (206,64,223). Sum of RGB (Red+Green+Blue) = 206+64+223=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40DF is #31BF20. Grayscale: #7C7C7C. Windows color (decimal): -3260193 or 14631118. OLE color: 14631118.
HSL color Cylindrical-coordinate representation of color #CE40DF: hue angle of 293.58º degrees, saturation: 0.71, 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 #CE40DF is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 64 | 223 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.13 |
| HSL | 293.58º | 0.71% | 0.56% | - |
| HSV(B) | 293.58º | 0.71% | 0.87% | - |
| XYZ | 40.61 | 22.12 | 71.94 | - |
| YUV | 124.58 | 183.54 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 223 | 0.08 | 0.71 | 0 | 0.13 | 293.58 | 0.71 | 0.56 |
| Hex | CE | 40 | DF | 8 | 47 | 0 | D | 126 | 47 | 38 |
| Octal | 316 | 100 | 337 | 10 | 107 | 0 | 15 | 446 | 107 | 70 |
| Binary | 11001110 | 1000000 | 11011111 | 1000 | 1000111 | 0 | 1101 | 100100110 | 1000111 | 111000 |
Color Harmonies of #CE40DF
Complementary color
Monochromatic Colors of #CE40DF
Black with #CE40DF
Text Example
Text Example
White with #CE40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40DF; }
p { color: rgb(206,64,223); }
H1.HeaderClassName
{
color: #CE40DF;
}
.AnyTagClassName
{
color: #CE40DF;
}
</style>
background-color css
<style>
a { background-color: #CE40DF; }
a { background-color: rgb(206,64,223); }
div.DivClassName
{
background-color: #CE40DF;
}
.BgClassName
{
background-color: #CE40DF;
}
</style>
border-color css
<style>
span { border-color: #CE40DF; }
span { border-color: rgb(206,64,223); }
td.TdClassName
{
border-color: #CE40DF;
}
.TagClassName
{
border-color: #CE40DF;
}
</style>