Shades of Medium Orchid #CE43DF
Tints of Medium Orchid #CE43DF
RGB
CMYK
RGB Variations
Color information
#CE43DF (or 0xCE43DF) is known color: Medium Orchid. HEX triplet: CE, 43 and DF. RGB value is (206,67,223). Sum of RGB (Red+Green+Blue) = 206+67+223=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE43DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43DF is #31BC20. Grayscale: #7D7D7D. Windows color (decimal): -3259425 or 14631886. OLE color: 14631886.
HSL color Cylindrical-coordinate representation of color #CE43DF: hue angle of 293.46º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE43DF is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 67 | 223 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.13 |
| HSL | 293.46º | 0.71% | 0.57% | - |
| HSV(B) | 293.46º | 0.7% | 0.87% | - |
| XYZ | 40.78 | 22.46 | 72 | - |
| YUV | 126.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 223 | 0.08 | 0.70 | 0 | 0.13 | 293.46 | 0.71 | 0.57 |
| Hex | CE | 43 | DF | 8 | 46 | 0 | D | 125 | 47 | 39 |
| Octal | 316 | 103 | 337 | 10 | 106 | 0 | 15 | 445 | 107 | 71 |
| Binary | 11001110 | 1000011 | 11011111 | 1000 | 1000110 | 0 | 1101 | 100100101 | 1000111 | 111001 |
Color Harmonies of #CE43DF
Complementary color
Monochromatic Colors of #CE43DF
Black with #CE43DF
Text Example
Text Example
White with #CE43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43DF; }
p { color: rgb(206,67,223); }
H1.HeaderClassName
{
color: #CE43DF;
}
.AnyTagClassName
{
color: #CE43DF;
}
</style>
background-color css
<style>
a { background-color: #CE43DF; }
a { background-color: rgb(206,67,223); }
div.DivClassName
{
background-color: #CE43DF;
}
.BgClassName
{
background-color: #CE43DF;
}
</style>
border-color css
<style>
span { border-color: #CE43DF; }
span { border-color: rgb(206,67,223); }
td.TdClassName
{
border-color: #CE43DF;
}
.TagClassName
{
border-color: #CE43DF;
}
</style>