Shades of Medium Orchid #CE4FDA
Tints of Medium Orchid #CE4FDA
RGB
CMYK
RGB Variations
Color information
#CE4FDA (or 0xCE4FDA) is known color: Medium Orchid. HEX triplet: CE, 4F and DA. RGB value is (206,79,218). Sum of RGB (Red+Green+Blue) = 206+79+218=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FDA is #31B025. Grayscale: #848484. Windows color (decimal): -3256358 or 14307278. OLE color: 14307278.
HSL color Cylindrical-coordinate representation of color #CE4FDA: hue angle of 294.82º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4FDA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 79 | 218 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.15 |
| HSL | 294.82º | 0.65% | 0.58% | - |
| HSV(B) | 294.82º | 0.64% | 0.85% | - |
| XYZ | 40.9 | 23.78 | 68.76 | - |
| YUV | 132.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 218 | 0.06 | 0.64 | 0 | 0.15 | 294.82 | 0.65 | 0.58 |
| Hex | CE | 4F | DA | 6 | 40 | 0 | F | 127 | 41 | 3A |
| Octal | 316 | 117 | 332 | 6 | 100 | 0 | 17 | 447 | 101 | 72 |
| Binary | 11001110 | 1001111 | 11011010 | 110 | 1000000 | 0 | 1111 | 100100111 | 1000001 | 111010 |
Color Harmonies of #CE4FDA
Complementary color
Monochromatic Colors of #CE4FDA
Black with #CE4FDA
Text Example
Text Example
White with #CE4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FDA; }
p { color: rgb(206,79,218); }
H1.HeaderClassName
{
color: #CE4FDA;
}
.AnyTagClassName
{
color: #CE4FDA;
}
</style>
background-color css
<style>
a { background-color: #CE4FDA; }
a { background-color: rgb(206,79,218); }
div.DivClassName
{
background-color: #CE4FDA;
}
.BgClassName
{
background-color: #CE4FDA;
}
</style>
border-color css
<style>
span { border-color: #CE4FDA; }
span { border-color: rgb(206,79,218); }
td.TdClassName
{
border-color: #CE4FDA;
}
.TagClassName
{
border-color: #CE4FDA;
}
</style>