Shades of Medium Orchid #CE4FDD
Tints of Medium Orchid #CE4FDD
RGB
CMYK
RGB Variations
Color information
#CE4FDD (or 0xCE4FDD) is known color: Medium Orchid. HEX triplet: CE, 4F and DD. RGB value is (206,79,221). Sum of RGB (Red+Green+Blue) = 206+79+221=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FDD is #31B022. Grayscale: #848484. Windows color (decimal): -3256355 or 14503886. OLE color: 14503886.
HSL color Cylindrical-coordinate representation of color #CE4FDD: hue angle of 293.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4FDD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 79 | 221 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.13 |
| HSL | 293.66º | 0.68% | 0.59% | - |
| HSV(B) | 293.66º | 0.64% | 0.87% | - |
| XYZ | 41.3 | 23.93 | 70.85 | - |
| YUV | 133.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 221 | 0.07 | 0.64 | 0 | 0.13 | 293.66 | 0.68 | 0.59 |
| Hex | CE | 4F | DD | 7 | 40 | 0 | D | 126 | 44 | 3B |
| Octal | 316 | 117 | 335 | 7 | 100 | 0 | 15 | 446 | 104 | 73 |
| Binary | 11001110 | 1001111 | 11011101 | 111 | 1000000 | 0 | 1101 | 100100110 | 1000100 | 111011 |
Color Harmonies of #CE4FDD
Complementary color
Monochromatic Colors of #CE4FDD
Black with #CE4FDD
Text Example
Text Example
White with #CE4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FDD; }
p { color: rgb(206,79,221); }
H1.HeaderClassName
{
color: #CE4FDD;
}
.AnyTagClassName
{
color: #CE4FDD;
}
</style>
background-color css
<style>
a { background-color: #CE4FDD; }
a { background-color: rgb(206,79,221); }
div.DivClassName
{
background-color: #CE4FDD;
}
.BgClassName
{
background-color: #CE4FDD;
}
</style>
border-color css
<style>
span { border-color: #CE4FDD; }
span { border-color: rgb(206,79,221); }
td.TdClassName
{
border-color: #CE4FDD;
}
.TagClassName
{
border-color: #CE4FDD;
}
</style>