Shades of Medium Orchid #CE4DF7
Tints of Medium Orchid #CE4DF7
RGB
CMYK
RGB Variations
Color information
#CE4DF7 (or 0xCE4DF7) is known color: Medium Orchid. HEX triplet: CE, 4D and F7. RGB value is (206,77,247). Sum of RGB (Red+Green+Blue) = 206+77+247=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE4DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DF7 is #31B208. Grayscale: #868686. Windows color (decimal): -3256841 or 16207310. OLE color: 16207310.
HSL color Cylindrical-coordinate representation of color #CE4DF7: hue angle of 285.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4DF7 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 77 | 247 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.03 |
| HSL | 285.53º | 0.91% | 0.64% | - |
| HSV(B) | 285.53º | 0.69% | 0.97% | - |
| XYZ | 44.9 | 25.14 | 90.48 | - |
| YUV | 134.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 247 | 0.17 | 0.69 | 0 | 0.03 | 285.53 | 0.91 | 0.64 |
| Hex | CE | 4D | F7 | 11 | 45 | 0 | 3 | 11E | 5B | 40 |
| Octal | 316 | 115 | 367 | 21 | 105 | 0 | 3 | 436 | 133 | 100 |
| Binary | 11001110 | 1001101 | 11110111 | 10001 | 1000101 | 0 | 11 | 100011110 | 1011011 | 1000000 |
Color Harmonies of #CE4DF7
Complementary color
Monochromatic Colors of #CE4DF7
Black with #CE4DF7
Text Example
Text Example
White with #CE4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DF7; }
p { color: rgb(206,77,247); }
H1.HeaderClassName
{
color: #CE4DF7;
}
.AnyTagClassName
{
color: #CE4DF7;
}
</style>
background-color css
<style>
a { background-color: #CE4DF7; }
a { background-color: rgb(206,77,247); }
div.DivClassName
{
background-color: #CE4DF7;
}
.BgClassName
{
background-color: #CE4DF7;
}
</style>
border-color css
<style>
span { border-color: #CE4DF7; }
span { border-color: rgb(206,77,247); }
td.TdClassName
{
border-color: #CE4DF7;
}
.TagClassName
{
border-color: #CE4DF7;
}
</style>