Shades of Medium Orchid #CE35DF
Tints of Medium Orchid #CE35DF
RGB
CMYK
RGB Variations
Color information
#CE35DF (or 0xCE35DF) is known color: Medium Orchid. HEX triplet: CE, 35 and DF. RGB value is (206,53,223). Sum of RGB (Red+Green+Blue) = 206+53+223=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35DF is #31CA20. Grayscale: #757575. Windows color (decimal): -3263009 or 14628302. OLE color: 14628302.
HSL color Cylindrical-coordinate representation of color #CE35DF: hue angle of 294º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE35DF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 53 | 223 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.13 |
| HSL | 294º | 0.73% | 0.54% | - |
| HSV(B) | 294º | 0.76% | 0.87% | - |
| XYZ | 40.05 | 21 | 71.75 | - |
| YUV | 118.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 223 | 0.08 | 0.76 | 0 | 0.13 | 294 | 0.73 | 0.54 |
| Hex | CE | 35 | DF | 8 | 4C | 0 | D | 126 | 49 | 36 |
| Octal | 316 | 65 | 337 | 10 | 114 | 0 | 15 | 446 | 111 | 66 |
| Binary | 11001110 | 110101 | 11011111 | 1000 | 1001100 | 0 | 1101 | 100100110 | 1001001 | 110110 |
Color Harmonies of #CE35DF
Complementary color
Monochromatic Colors of #CE35DF
Black with #CE35DF
Text Example
Text Example
White with #CE35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35DF; }
p { color: rgb(206,53,223); }
H1.HeaderClassName
{
color: #CE35DF;
}
.AnyTagClassName
{
color: #CE35DF;
}
</style>
background-color css
<style>
a { background-color: #CE35DF; }
a { background-color: rgb(206,53,223); }
div.DivClassName
{
background-color: #CE35DF;
}
.BgClassName
{
background-color: #CE35DF;
}
</style>
border-color css
<style>
span { border-color: #CE35DF; }
span { border-color: rgb(206,53,223); }
td.TdClassName
{
border-color: #CE35DF;
}
.TagClassName
{
border-color: #CE35DF;
}
</style>