Shades of Medium Orchid #CE38F9
Tints of Medium Orchid #CE38F9
RGB
CMYK
RGB Variations
Color information
#CE38F9 (or 0xCE38F9) is known color: Medium Orchid. HEX triplet: CE, 38 and F9. RGB value is (206,56,249). Sum of RGB (Red+Green+Blue) = 206+56+249=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE38F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38F9 is #31C706. Grayscale: #7A7A7A. Windows color (decimal): -3262215 or 16333006. OLE color: 16333006.
HSL color Cylindrical-coordinate representation of color #CE38F9: hue angle of 286.63º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE38F9 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 56 | 249 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.02 |
| HSL | 286.63º | 0.94% | 0.6% | - |
| HSV(B) | 286.63º | 0.78% | 0.98% | - |
| XYZ | 43.97 | 22.79 | 91.7 | - |
| YUV | 122.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 249 | 0.17 | 0.78 | 0 | 0.02 | 286.63 | 0.94 | 0.6 |
| Hex | CE | 38 | F9 | 11 | 4E | 0 | 2 | 11F | 5E | 3C |
| Octal | 316 | 70 | 371 | 21 | 116 | 0 | 2 | 437 | 136 | 74 |
| Binary | 11001110 | 111000 | 11111001 | 10001 | 1001110 | 0 | 10 | 100011111 | 1011110 | 111100 |
Color Harmonies of #CE38F9
Complementary color
Monochromatic Colors of #CE38F9
Black with #CE38F9
Text Example
Text Example
White with #CE38F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38F9; }
p { color: rgb(206,56,249); }
H1.HeaderClassName
{
color: #CE38F9;
}
.AnyTagClassName
{
color: #CE38F9;
}
</style>
background-color css
<style>
a { background-color: #CE38F9; }
a { background-color: rgb(206,56,249); }
div.DivClassName
{
background-color: #CE38F9;
}
.BgClassName
{
background-color: #CE38F9;
}
</style>
border-color css
<style>
span { border-color: #CE38F9; }
span { border-color: rgb(206,56,249); }
td.TdClassName
{
border-color: #CE38F9;
}
.TagClassName
{
border-color: #CE38F9;
}
</style>