Shades of Medium Orchid #CE4CEB
Tints of Medium Orchid #CE4CEB
RGB
CMYK
RGB Variations
Color information
#CE4CEB (or 0xCE4CEB) is known color: Medium Orchid. HEX triplet: CE, 4C and EB. RGB value is (206,76,235). Sum of RGB (Red+Green+Blue) = 206+76+235=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CEB is #31B314. Grayscale: #848484. Windows color (decimal): -3257109 or 15420622. OLE color: 15420622.
HSL color Cylindrical-coordinate representation of color #CE4CEB: hue angle of 289.06º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4CEB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 76 | 235 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.08 |
| HSL | 289.06º | 0.8% | 0.61% | - |
| HSV(B) | 289.06º | 0.68% | 0.92% | - |
| XYZ | 43.03 | 24.29 | 81.02 | - |
| YUV | 133 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 235 | 0.12 | 0.68 | 0 | 0.08 | 289.06 | 0.8 | 0.61 |
| Hex | CE | 4C | EB | C | 44 | 0 | 8 | 121 | 50 | 3D |
| Octal | 316 | 114 | 353 | 14 | 104 | 0 | 10 | 441 | 120 | 75 |
| Binary | 11001110 | 1001100 | 11101011 | 1100 | 1000100 | 0 | 1000 | 100100001 | 1010000 | 111101 |
Color Harmonies of #CE4CEB
Complementary color
Monochromatic Colors of #CE4CEB
Black with #CE4CEB
Text Example
Text Example
White with #CE4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CEB; }
p { color: rgb(206,76,235); }
H1.HeaderClassName
{
color: #CE4CEB;
}
.AnyTagClassName
{
color: #CE4CEB;
}
</style>
background-color css
<style>
a { background-color: #CE4CEB; }
a { background-color: rgb(206,76,235); }
div.DivClassName
{
background-color: #CE4CEB;
}
.BgClassName
{
background-color: #CE4CEB;
}
</style>
border-color css
<style>
span { border-color: #CE4CEB; }
span { border-color: rgb(206,76,235); }
td.TdClassName
{
border-color: #CE4CEB;
}
.TagClassName
{
border-color: #CE4CEB;
}
</style>