Shades of Medium Orchid #CE4DF1
Tints of Medium Orchid #CE4DF1
RGB
CMYK
RGB Variations
Color information
#CE4DF1 (or 0xCE4DF1) is known color: Medium Orchid. HEX triplet: CE, 4D and F1. RGB value is (206,77,241). Sum of RGB (Red+Green+Blue) = 206+77+241=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DF1 is #31B20E. Grayscale: #858585. Windows color (decimal): -3256847 or 15814094. OLE color: 15814094.
HSL color Cylindrical-coordinate representation of color #CE4DF1: hue angle of 287.2º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4DF1 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 77 | 241 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.05 |
| HSL | 287.2º | 0.85% | 0.62% | - |
| HSV(B) | 287.2º | 0.68% | 0.95% | - |
| XYZ | 43.98 | 24.78 | 85.68 | - |
| YUV | 134.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 241 | 0.15 | 0.68 | 0 | 0.05 | 287.2 | 0.85 | 0.62 |
| Hex | CE | 4D | F1 | F | 44 | 0 | 5 | 11F | 55 | 3E |
| Octal | 316 | 115 | 361 | 17 | 104 | 0 | 5 | 437 | 125 | 76 |
| Binary | 11001110 | 1001101 | 11110001 | 1111 | 1000100 | 0 | 101 | 100011111 | 1010101 | 111110 |
Color Harmonies of #CE4DF1
Complementary color
Monochromatic Colors of #CE4DF1
Black with #CE4DF1
Text Example
Text Example
White with #CE4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DF1; }
p { color: rgb(206,77,241); }
H1.HeaderClassName
{
color: #CE4DF1;
}
.AnyTagClassName
{
color: #CE4DF1;
}
</style>
background-color css
<style>
a { background-color: #CE4DF1; }
a { background-color: rgb(206,77,241); }
div.DivClassName
{
background-color: #CE4DF1;
}
.BgClassName
{
background-color: #CE4DF1;
}
</style>
border-color css
<style>
span { border-color: #CE4DF1; }
span { border-color: rgb(206,77,241); }
td.TdClassName
{
border-color: #CE4DF1;
}
.TagClassName
{
border-color: #CE4DF1;
}
</style>