Shades of Medium Orchid #CE4FD5
Tints of Medium Orchid #CE4FD5
RGB
CMYK
RGB Variations
Color information
#CE4FD5 (or 0xCE4FD5) is known color: Medium Orchid. HEX triplet: CE, 4F and D5. RGB value is (206,79,213). Sum of RGB (Red+Green+Blue) = 206+79+213=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE4FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FD5 is #31B02A. Grayscale: #838383. Windows color (decimal): -3256363 or 13979598. OLE color: 13979598.
HSL color Cylindrical-coordinate representation of color #CE4FD5: hue angle of 296.87º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4FD5 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 79 | 213 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.16 |
| HSL | 296.87º | 0.61% | 0.57% | - |
| HSV(B) | 296.87º | 0.63% | 0.84% | - |
| XYZ | 40.26 | 23.52 | 65.37 | - |
| YUV | 132.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 213 | 0.03 | 0.63 | 0 | 0.16 | 296.87 | 0.61 | 0.57 |
| Hex | CE | 4F | D5 | 3 | 3F | 0 | 10 | 129 | 3D | 39 |
| Octal | 316 | 117 | 325 | 3 | 77 | 0 | 20 | 451 | 75 | 71 |
| Binary | 11001110 | 1001111 | 11010101 | 11 | 111111 | 0 | 10000 | 100101001 | 111101 | 111001 |
Color Harmonies of #CE4FD5
Complementary color
Monochromatic Colors of #CE4FD5
Black with #CE4FD5
Text Example
Text Example
White with #CE4FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FD5; }
p { color: rgb(206,79,213); }
H1.HeaderClassName
{
color: #CE4FD5;
}
.AnyTagClassName
{
color: #CE4FD5;
}
</style>
background-color css
<style>
a { background-color: #CE4FD5; }
a { background-color: rgb(206,79,213); }
div.DivClassName
{
background-color: #CE4FD5;
}
.BgClassName
{
background-color: #CE4FD5;
}
</style>
border-color css
<style>
span { border-color: #CE4FD5; }
span { border-color: rgb(206,79,213); }
td.TdClassName
{
border-color: #CE4FD5;
}
.TagClassName
{
border-color: #CE4FD5;
}
</style>