Shades of Medium Orchid #CE4CEF
Tints of Medium Orchid #CE4CEF
RGB
CMYK
RGB Variations
Color information
#CE4CEF (or 0xCE4CEF) is known color: Medium Orchid. HEX triplet: CE, 4C and EF. RGB value is (206,76,239). Sum of RGB (Red+Green+Blue) = 206+76+239=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CEF is #31B310. Grayscale: #848484. Windows color (decimal): -3257105 or 15682766. OLE color: 15682766.
HSL color Cylindrical-coordinate representation of color #CE4CEF: hue angle of 287.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4CEF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 76 | 239 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.06 |
| HSL | 287.85º | 0.84% | 0.62% | - |
| HSV(B) | 287.85º | 0.68% | 0.94% | - |
| XYZ | 43.62 | 24.52 | 84.1 | - |
| YUV | 133.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 239 | 0.14 | 0.68 | 0 | 0.06 | 287.85 | 0.84 | 0.62 |
| Hex | CE | 4C | EF | E | 44 | 0 | 6 | 120 | 54 | 3E |
| Octal | 316 | 114 | 357 | 16 | 104 | 0 | 6 | 440 | 124 | 76 |
| Binary | 11001110 | 1001100 | 11101111 | 1110 | 1000100 | 0 | 110 | 100100000 | 1010100 | 111110 |
Color Harmonies of #CE4CEF
Complementary color
Monochromatic Colors of #CE4CEF
Black with #CE4CEF
Text Example
Text Example
White with #CE4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CEF; }
p { color: rgb(206,76,239); }
H1.HeaderClassName
{
color: #CE4CEF;
}
.AnyTagClassName
{
color: #CE4CEF;
}
</style>
background-color css
<style>
a { background-color: #CE4CEF; }
a { background-color: rgb(206,76,239); }
div.DivClassName
{
background-color: #CE4CEF;
}
.BgClassName
{
background-color: #CE4CEF;
}
</style>
border-color css
<style>
span { border-color: #CE4CEF; }
span { border-color: rgb(206,76,239); }
td.TdClassName
{
border-color: #CE4CEF;
}
.TagClassName
{
border-color: #CE4CEF;
}
</style>