Shades of Orchid #CE7CDF
Tints of Orchid #CE7CDF
RGB
CMYK
RGB Variations
Color information
#CE7CDF (or 0xCE7CDF) is known color: Orchid. HEX triplet: CE, 7C and DF. RGB value is (206,124,223). Sum of RGB (Red+Green+Blue) = 206+124+223=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDF is #318320. Grayscale: #9F9F9F. Windows color (decimal): -3244833 or 14646478. OLE color: 14646478.
HSL color Cylindrical-coordinate representation of color #CE7CDF: hue angle of 289.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7CDF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 124 | 223 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.13 |
| HSL | 289.7º | 0.61% | 0.68% | - |
| HSV(B) | 289.7º | 0.44% | 0.87% | - |
| XYZ | 45.98 | 32.86 | 73.73 | - |
| YUV | 159.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 223 | 0.08 | 0.44 | 0 | 0.13 | 289.7 | 0.61 | 0.68 |
| Hex | CE | 7C | DF | 8 | 2C | 0 | D | 122 | 3D | 44 |
| Octal | 316 | 174 | 337 | 10 | 54 | 0 | 15 | 442 | 75 | 104 |
| Binary | 11001110 | 1111100 | 11011111 | 1000 | 101100 | 0 | 1101 | 100100010 | 111101 | 1000100 |
Color Harmonies of #CE7CDF
Complementary color
Monochromatic Colors of #CE7CDF
Black with #CE7CDF
Text Example
Text Example
White with #CE7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CDF; }
p { color: rgb(206,124,223); }
H1.HeaderClassName
{
color: #CE7CDF;
}
.AnyTagClassName
{
color: #CE7CDF;
}
</style>
background-color css
<style>
a { background-color: #CE7CDF; }
a { background-color: rgb(206,124,223); }
div.DivClassName
{
background-color: #CE7CDF;
}
.BgClassName
{
background-color: #CE7CDF;
}
</style>
border-color css
<style>
span { border-color: #CE7CDF; }
span { border-color: rgb(206,124,223); }
td.TdClassName
{
border-color: #CE7CDF;
}
.TagClassName
{
border-color: #CE7CDF;
}
</style>