Shades of Medium Orchid #CE4BDF
Tints of Medium Orchid #CE4BDF
RGB
CMYK
RGB Variations
Color information
#CE4BDF (or 0xCE4BDF) is known color: Medium Orchid. HEX triplet: CE, 4B and DF. RGB value is (206,75,223). Sum of RGB (Red+Green+Blue) = 206+75+223=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDF is #31B420. Grayscale: #828282. Windows color (decimal): -3257377 or 14633934. OLE color: 14633934.
HSL color Cylindrical-coordinate representation of color #CE4BDF: hue angle of 293.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 75 | 223 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.13 |
| HSL | 293.11º | 0.7% | 0.58% | - |
| HSV(B) | 293.11º | 0.66% | 0.87% | - |
| XYZ | 41.29 | 23.48 | 72.17 | - |
| YUV | 131.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 223 | 0.08 | 0.66 | 0 | 0.13 | 293.11 | 0.7 | 0.58 |
| Hex | CE | 4B | DF | 8 | 42 | 0 | D | 125 | 46 | 3A |
| Octal | 316 | 113 | 337 | 10 | 102 | 0 | 15 | 445 | 106 | 72 |
| Binary | 11001110 | 1001011 | 11011111 | 1000 | 1000010 | 0 | 1101 | 100100101 | 1000110 | 111010 |
Color Harmonies of #CE4BDF
Complementary color
Monochromatic Colors of #CE4BDF
Black with #CE4BDF
Text Example
Text Example
White with #CE4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BDF; }
p { color: rgb(206,75,223); }
H1.HeaderClassName
{
color: #CE4BDF;
}
.AnyTagClassName
{
color: #CE4BDF;
}
</style>
background-color css
<style>
a { background-color: #CE4BDF; }
a { background-color: rgb(206,75,223); }
div.DivClassName
{
background-color: #CE4BDF;
}
.BgClassName
{
background-color: #CE4BDF;
}
</style>
border-color css
<style>
span { border-color: #CE4BDF; }
span { border-color: rgb(206,75,223); }
td.TdClassName
{
border-color: #CE4BDF;
}
.TagClassName
{
border-color: #CE4BDF;
}
</style>