Shades of Medium Orchid #CE4FD8
Tints of Medium Orchid #CE4FD8
RGB
CMYK
RGB Variations
Color information
#CE4FD8 (or 0xCE4FD8) is known color: Medium Orchid. HEX triplet: CE, 4F and D8. RGB value is (206,79,216). Sum of RGB (Red+Green+Blue) = 206+79+216=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE4FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FD8 is #31B027. Grayscale: #848484. Windows color (decimal): -3256360 or 14176206. OLE color: 14176206.
HSL color Cylindrical-coordinate representation of color #CE4FD8: hue angle of 295.62º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4FD8 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 79 | 216 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.15 |
| HSL | 295.62º | 0.64% | 0.58% | - |
| HSV(B) | 295.62º | 0.63% | 0.85% | - |
| XYZ | 40.64 | 23.67 | 67.39 | - |
| YUV | 132.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 216 | 0.05 | 0.63 | 0 | 0.15 | 295.62 | 0.64 | 0.58 |
| Hex | CE | 4F | D8 | 5 | 3F | 0 | F | 128 | 40 | 3A |
| Octal | 316 | 117 | 330 | 5 | 77 | 0 | 17 | 450 | 100 | 72 |
| Binary | 11001110 | 1001111 | 11011000 | 101 | 111111 | 0 | 1111 | 100101000 | 1000000 | 111010 |
Color Harmonies of #CE4FD8
Complementary color
Monochromatic Colors of #CE4FD8
Black with #CE4FD8
Text Example
Text Example
White with #CE4FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FD8; }
p { color: rgb(206,79,216); }
H1.HeaderClassName
{
color: #CE4FD8;
}
.AnyTagClassName
{
color: #CE4FD8;
}
</style>
background-color css
<style>
a { background-color: #CE4FD8; }
a { background-color: rgb(206,79,216); }
div.DivClassName
{
background-color: #CE4FD8;
}
.BgClassName
{
background-color: #CE4FD8;
}
</style>
border-color css
<style>
span { border-color: #CE4FD8; }
span { border-color: rgb(206,79,216); }
td.TdClassName
{
border-color: #CE4FD8;
}
.TagClassName
{
border-color: #CE4FD8;
}
</style>