Shades of Medium Orchid #CE4FE7
Tints of Medium Orchid #CE4FE7
RGB
CMYK
RGB Variations
Color information
#CE4FE7 (or 0xCE4FE7) is known color: Medium Orchid. HEX triplet: CE, 4F and E7. RGB value is (206,79,231). Sum of RGB (Red+Green+Blue) = 206+79+231=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE4FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FE7 is #31B018. Grayscale: #858585. Windows color (decimal): -3256345 or 15159246. OLE color: 15159246.
HSL color Cylindrical-coordinate representation of color #CE4FE7: hue angle of 290.13º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4FE7 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 79 | 231 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.09 |
| HSL | 290.13º | 0.76% | 0.61% | - |
| HSV(B) | 290.13º | 0.66% | 0.91% | - |
| XYZ | 42.67 | 24.48 | 78.08 | - |
| YUV | 134.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 231 | 0.11 | 0.66 | 0 | 0.09 | 290.13 | 0.76 | 0.61 |
| Hex | CE | 4F | E7 | B | 42 | 0 | 9 | 122 | 4C | 3D |
| Octal | 316 | 117 | 347 | 13 | 102 | 0 | 11 | 442 | 114 | 75 |
| Binary | 11001110 | 1001111 | 11100111 | 1011 | 1000010 | 0 | 1001 | 100100010 | 1001100 | 111101 |
Color Harmonies of #CE4FE7
Complementary color
Monochromatic Colors of #CE4FE7
Black with #CE4FE7
Text Example
Text Example
White with #CE4FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FE7; }
p { color: rgb(206,79,231); }
H1.HeaderClassName
{
color: #CE4FE7;
}
.AnyTagClassName
{
color: #CE4FE7;
}
</style>
background-color css
<style>
a { background-color: #CE4FE7; }
a { background-color: rgb(206,79,231); }
div.DivClassName
{
background-color: #CE4FE7;
}
.BgClassName
{
background-color: #CE4FE7;
}
</style>
border-color css
<style>
span { border-color: #CE4FE7; }
span { border-color: rgb(206,79,231); }
td.TdClassName
{
border-color: #CE4FE7;
}
.TagClassName
{
border-color: #CE4FE7;
}
</style>