Shades of Medium Orchid #CE3FDF
Tints of Medium Orchid #CE3FDF
RGB
CMYK
RGB Variations
Color information
#CE3FDF (or 0xCE3FDF) is known color: Medium Orchid. HEX triplet: CE, 3F and DF. RGB value is (206,63,223). Sum of RGB (Red+Green+Blue) = 206+63+223=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDF is #31C020. Grayscale: #7B7B7B. Windows color (decimal): -3260449 or 14630862. OLE color: 14630862.
HSL color Cylindrical-coordinate representation of color #CE3FDF: hue angle of 293.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3FDF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 63 | 223 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.13 |
| HSL | 293.63º | 0.71% | 0.56% | - |
| HSV(B) | 293.63º | 0.72% | 0.87% | - |
| XYZ | 40.55 | 22 | 71.92 | - |
| YUV | 124 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 223 | 0.08 | 0.72 | 0 | 0.13 | 293.63 | 0.71 | 0.56 |
| Hex | CE | 3F | DF | 8 | 48 | 0 | D | 126 | 47 | 38 |
| Octal | 316 | 77 | 337 | 10 | 110 | 0 | 15 | 446 | 107 | 70 |
| Binary | 11001110 | 111111 | 11011111 | 1000 | 1001000 | 0 | 1101 | 100100110 | 1000111 | 111000 |
Color Harmonies of #CE3FDF
Complementary color
Monochromatic Colors of #CE3FDF
Black with #CE3FDF
Text Example
Text Example
White with #CE3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FDF; }
p { color: rgb(206,63,223); }
H1.HeaderClassName
{
color: #CE3FDF;
}
.AnyTagClassName
{
color: #CE3FDF;
}
</style>
background-color css
<style>
a { background-color: #CE3FDF; }
a { background-color: rgb(206,63,223); }
div.DivClassName
{
background-color: #CE3FDF;
}
.BgClassName
{
background-color: #CE3FDF;
}
</style>
border-color css
<style>
span { border-color: #CE3FDF; }
span { border-color: rgb(206,63,223); }
td.TdClassName
{
border-color: #CE3FDF;
}
.TagClassName
{
border-color: #CE3FDF;
}
</style>