Shades of Medium Orchid #CE38F7
Tints of Medium Orchid #CE38F7
RGB
CMYK
RGB Variations
Color information
#CE38F7 (or 0xCE38F7) is known color: Medium Orchid. HEX triplet: CE, 38 and F7. RGB value is (206,56,247). Sum of RGB (Red+Green+Blue) = 206+56+247=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE38F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38F7 is #31C708. Grayscale: #7A7A7A. Windows color (decimal): -3262217 or 16201934. OLE color: 16201934.
HSL color Cylindrical-coordinate representation of color #CE38F7: hue angle of 287.12º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE38F7 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 56 | 247 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.03 |
| HSL | 287.12º | 0.92% | 0.59% | - |
| HSV(B) | 287.12º | 0.77% | 0.97% | - |
| XYZ | 43.66 | 22.67 | 90.07 | - |
| YUV | 122.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 247 | 0.17 | 0.77 | 0 | 0.03 | 287.12 | 0.92 | 0.59 |
| Hex | CE | 38 | F7 | 11 | 4D | 0 | 3 | 11F | 5C | 3B |
| Octal | 316 | 70 | 367 | 21 | 115 | 0 | 3 | 437 | 134 | 73 |
| Binary | 11001110 | 111000 | 11110111 | 10001 | 1001101 | 0 | 11 | 100011111 | 1011100 | 111011 |
Color Harmonies of #CE38F7
Complementary color
Monochromatic Colors of #CE38F7
Black with #CE38F7
Text Example
Text Example
White with #CE38F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38F7; }
p { color: rgb(206,56,247); }
H1.HeaderClassName
{
color: #CE38F7;
}
.AnyTagClassName
{
color: #CE38F7;
}
</style>
background-color css
<style>
a { background-color: #CE38F7; }
a { background-color: rgb(206,56,247); }
div.DivClassName
{
background-color: #CE38F7;
}
.BgClassName
{
background-color: #CE38F7;
}
</style>
border-color css
<style>
span { border-color: #CE38F7; }
span { border-color: rgb(206,56,247); }
td.TdClassName
{
border-color: #CE38F7;
}
.TagClassName
{
border-color: #CE38F7;
}
</style>