Shades of Medium Orchid #CE4CF7
Tints of Medium Orchid #CE4CF7
RGB
CMYK
RGB Variations
Color information
#CE4CF7 (or 0xCE4CF7) is known color: Medium Orchid. HEX triplet: CE, 4C and F7. RGB value is (206,76,247). Sum of RGB (Red+Green+Blue) = 206+76+247=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE4CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CF7 is #31B308. Grayscale: #858585. Windows color (decimal): -3257097 or 16207054. OLE color: 16207054.
HSL color Cylindrical-coordinate representation of color #CE4CF7: hue angle of 285.61º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4CF7 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 76 | 247 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.03 |
| HSL | 285.61º | 0.91% | 0.63% | - |
| HSV(B) | 285.61º | 0.69% | 0.97% | - |
| XYZ | 44.83 | 25.01 | 90.46 | - |
| YUV | 134.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 247 | 0.17 | 0.69 | 0 | 0.03 | 285.61 | 0.91 | 0.63 |
| Hex | CE | 4C | F7 | 11 | 45 | 0 | 3 | 11E | 5B | 3F |
| Octal | 316 | 114 | 367 | 21 | 105 | 0 | 3 | 436 | 133 | 77 |
| Binary | 11001110 | 1001100 | 11110111 | 10001 | 1000101 | 0 | 11 | 100011110 | 1011011 | 111111 |
Color Harmonies of #CE4CF7
Complementary color
Monochromatic Colors of #CE4CF7
Black with #CE4CF7
Text Example
Text Example
White with #CE4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CF7; }
p { color: rgb(206,76,247); }
H1.HeaderClassName
{
color: #CE4CF7;
}
.AnyTagClassName
{
color: #CE4CF7;
}
</style>
background-color css
<style>
a { background-color: #CE4CF7; }
a { background-color: rgb(206,76,247); }
div.DivClassName
{
background-color: #CE4CF7;
}
.BgClassName
{
background-color: #CE4CF7;
}
</style>
border-color css
<style>
span { border-color: #CE4CF7; }
span { border-color: rgb(206,76,247); }
td.TdClassName
{
border-color: #CE4CF7;
}
.TagClassName
{
border-color: #CE4CF7;
}
</style>