Shades of Medium Orchid #CE5FDF
Tints of Medium Orchid #CE5FDF
RGB
CMYK
RGB Variations
Color information
#CE5FDF (or 0xCE5FDF) is known color: Medium Orchid. HEX triplet: CE, 5F and DF. RGB value is (206,95,223). Sum of RGB (Red+Green+Blue) = 206+95+223=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FDF is #31A020. Grayscale: #8E8E8E. Windows color (decimal): -3252257 or 14639054. OLE color: 14639054.
HSL color Cylindrical-coordinate representation of color #CE5FDF: hue angle of 292.03º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5FDF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 95 | 223 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 292.03º | 0.67% | 0.62% | - |
| HSV(B) | 292.03º | 0.57% | 0.87% | - |
| XYZ | 42.87 | 26.63 | 72.69 | - |
| YUV | 142.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 223 | 0.08 | 0.57 | 0 | 0.13 | 292.03 | 0.67 | 0.62 |
| Hex | CE | 5F | DF | 8 | 39 | 0 | D | 124 | 43 | 3E |
| Octal | 316 | 137 | 337 | 10 | 71 | 0 | 15 | 444 | 103 | 76 |
| Binary | 11001110 | 1011111 | 11011111 | 1000 | 111001 | 0 | 1101 | 100100100 | 1000011 | 111110 |
Color Harmonies of #CE5FDF
Complementary color
Monochromatic Colors of #CE5FDF
Black with #CE5FDF
Text Example
Text Example
White with #CE5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FDF; }
p { color: rgb(206,95,223); }
H1.HeaderClassName
{
color: #CE5FDF;
}
.AnyTagClassName
{
color: #CE5FDF;
}
</style>
background-color css
<style>
a { background-color: #CE5FDF; }
a { background-color: rgb(206,95,223); }
div.DivClassName
{
background-color: #CE5FDF;
}
.BgClassName
{
background-color: #CE5FDF;
}
</style>
border-color css
<style>
span { border-color: #CE5FDF; }
span { border-color: rgb(206,95,223); }
td.TdClassName
{
border-color: #CE5FDF;
}
.TagClassName
{
border-color: #CE5FDF;
}
</style>