Shades of Medium Orchid #CE4CE6
Tints of Medium Orchid #CE4CE6
RGB
CMYK
RGB Variations
Color information
#CE4CE6 (or 0xCE4CE6) is known color: Medium Orchid. HEX triplet: CE, 4C and E6. RGB value is (206,76,230). Sum of RGB (Red+Green+Blue) = 206+76+230=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE4CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CE6 is #31B319. Grayscale: #838383. Windows color (decimal): -3257114 or 15092942. OLE color: 15092942.
HSL color Cylindrical-coordinate representation of color #CE4CE6: hue angle of 290.65º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4CE6 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 76 | 230 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.10 |
| HSL | 290.65º | 0.75% | 0.6% | - |
| HSV(B) | 290.65º | 0.67% | 0.9% | - |
| XYZ | 42.32 | 24 | 77.27 | - |
| YUV | 132.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 230 | 0.10 | 0.67 | 0 | 0.10 | 290.65 | 0.75 | 0.6 |
| Hex | CE | 4C | E6 | A | 43 | 0 | A | 123 | 4B | 3C |
| Octal | 316 | 114 | 346 | 12 | 103 | 0 | 12 | 443 | 113 | 74 |
| Binary | 11001110 | 1001100 | 11100110 | 1010 | 1000011 | 0 | 1010 | 100100011 | 1001011 | 111100 |
Color Harmonies of #CE4CE6
Complementary color
Monochromatic Colors of #CE4CE6
Black with #CE4CE6
Text Example
Text Example
White with #CE4CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CE6; }
p { color: rgb(206,76,230); }
H1.HeaderClassName
{
color: #CE4CE6;
}
.AnyTagClassName
{
color: #CE4CE6;
}
</style>
background-color css
<style>
a { background-color: #CE4CE6; }
a { background-color: rgb(206,76,230); }
div.DivClassName
{
background-color: #CE4CE6;
}
.BgClassName
{
background-color: #CE4CE6;
}
</style>
border-color css
<style>
span { border-color: #CE4CE6; }
span { border-color: rgb(206,76,230); }
td.TdClassName
{
border-color: #CE4CE6;
}
.TagClassName
{
border-color: #CE4CE6;
}
</style>