Shades of Medium Orchid #CE38DF
Tints of Medium Orchid #CE38DF
RGB
CMYK
RGB Variations
Color information
#CE38DF (or 0xCE38DF) is known color: Medium Orchid. HEX triplet: CE, 38 and DF. RGB value is (206,56,223). Sum of RGB (Red+Green+Blue) = 206+56+223=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38DF is #31C720. Grayscale: #777777. Windows color (decimal): -3262241 or 14629070. OLE color: 14629070.
HSL color Cylindrical-coordinate representation of color #CE38DF: hue angle of 293.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE38DF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 56 | 223 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.13 |
| HSL | 293.89º | 0.72% | 0.55% | - |
| HSV(B) | 293.89º | 0.75% | 0.87% | - |
| XYZ | 40.19 | 21.28 | 71.8 | - |
| YUV | 119.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 223 | 0.08 | 0.75 | 0 | 0.13 | 293.89 | 0.72 | 0.55 |
| Hex | CE | 38 | DF | 8 | 4B | 0 | D | 126 | 48 | 37 |
| Octal | 316 | 70 | 337 | 10 | 113 | 0 | 15 | 446 | 110 | 67 |
| Binary | 11001110 | 111000 | 11011111 | 1000 | 1001011 | 0 | 1101 | 100100110 | 1001000 | 110111 |
Color Harmonies of #CE38DF
Complementary color
Monochromatic Colors of #CE38DF
Black with #CE38DF
Text Example
Text Example
White with #CE38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38DF; }
p { color: rgb(206,56,223); }
H1.HeaderClassName
{
color: #CE38DF;
}
.AnyTagClassName
{
color: #CE38DF;
}
</style>
background-color css
<style>
a { background-color: #CE38DF; }
a { background-color: rgb(206,56,223); }
div.DivClassName
{
background-color: #CE38DF;
}
.BgClassName
{
background-color: #CE38DF;
}
</style>
border-color css
<style>
span { border-color: #CE38DF; }
span { border-color: rgb(206,56,223); }
td.TdClassName
{
border-color: #CE38DF;
}
.TagClassName
{
border-color: #CE38DF;
}
</style>