Shades of Medium Orchid #CE4BD8
Tints of Medium Orchid #CE4BD8
RGB
CMYK
RGB Variations
Color information
#CE4BD8 (or 0xCE4BD8) is known color: Medium Orchid. HEX triplet: CE, 4B and D8. RGB value is (206,75,216). Sum of RGB (Red+Green+Blue) = 206+75+216=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE4BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BD8 is #31B427. Grayscale: #818181. Windows color (decimal): -3257384 or 14175182. OLE color: 14175182.
HSL color Cylindrical-coordinate representation of color #CE4BD8: hue angle of 295.74º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4BD8 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 75 | 216 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.15 |
| HSL | 295.74º | 0.64% | 0.57% | - |
| HSV(B) | 295.74º | 0.65% | 0.85% | - |
| XYZ | 40.36 | 23.11 | 67.3 | - |
| YUV | 130.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 216 | 0.05 | 0.65 | 0 | 0.15 | 295.74 | 0.64 | 0.57 |
| Hex | CE | 4B | D8 | 5 | 41 | 0 | F | 128 | 40 | 39 |
| Octal | 316 | 113 | 330 | 5 | 101 | 0 | 17 | 450 | 100 | 71 |
| Binary | 11001110 | 1001011 | 11011000 | 101 | 1000001 | 0 | 1111 | 100101000 | 1000000 | 111001 |
Color Harmonies of #CE4BD8
Complementary color
Monochromatic Colors of #CE4BD8
Black with #CE4BD8
Text Example
Text Example
White with #CE4BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BD8; }
p { color: rgb(206,75,216); }
H1.HeaderClassName
{
color: #CE4BD8;
}
.AnyTagClassName
{
color: #CE4BD8;
}
</style>
background-color css
<style>
a { background-color: #CE4BD8; }
a { background-color: rgb(206,75,216); }
div.DivClassName
{
background-color: #CE4BD8;
}
.BgClassName
{
background-color: #CE4BD8;
}
</style>
border-color css
<style>
span { border-color: #CE4BD8; }
span { border-color: rgb(206,75,216); }
td.TdClassName
{
border-color: #CE4BD8;
}
.TagClassName
{
border-color: #CE4BD8;
}
</style>