Shades of Medium Orchid #CE4BED
Tints of Medium Orchid #CE4BED
RGB
CMYK
RGB Variations
Color information
#CE4BED (or 0xCE4BED) is known color: Medium Orchid. HEX triplet: CE, 4B and ED. RGB value is (206,75,237). Sum of RGB (Red+Green+Blue) = 206+75+237=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BED is #31B412. Grayscale: #848484. Windows color (decimal): -3257363 or 15551438. OLE color: 15551438.
HSL color Cylindrical-coordinate representation of color #CE4BED: hue angle of 288.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4BED is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 75 | 237 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.52º | 0.82% | 0.61% | - |
| HSV(B) | 288.52º | 0.68% | 0.93% | - |
| XYZ | 43.26 | 24.27 | 82.53 | - |
| YUV | 132.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 237 | 0.13 | 0.68 | 0 | 0.07 | 288.52 | 0.82 | 0.61 |
| Hex | CE | 4B | ED | D | 44 | 0 | 7 | 121 | 52 | 3D |
| Octal | 316 | 113 | 355 | 15 | 104 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11001110 | 1001011 | 11101101 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #CE4BED
Complementary color
Monochromatic Colors of #CE4BED
Black with #CE4BED
Text Example
Text Example
White with #CE4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BED; }
p { color: rgb(206,75,237); }
H1.HeaderClassName
{
color: #CE4BED;
}
.AnyTagClassName
{
color: #CE4BED;
}
</style>
background-color css
<style>
a { background-color: #CE4BED; }
a { background-color: rgb(206,75,237); }
div.DivClassName
{
background-color: #CE4BED;
}
.BgClassName
{
background-color: #CE4BED;
}
</style>
border-color css
<style>
span { border-color: #CE4BED; }
span { border-color: rgb(206,75,237); }
td.TdClassName
{
border-color: #CE4BED;
}
.TagClassName
{
border-color: #CE4BED;
}
</style>