Shades of Orchid #CE7CDD
Tints of Orchid #CE7CDD
RGB
CMYK
RGB Variations
Color information
#CE7CDD (or 0xCE7CDD) is known color: Orchid. HEX triplet: CE, 7C and DD. RGB value is (206,124,221). Sum of RGB (Red+Green+Blue) = 206+124+221=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDD is #318322. Grayscale: #9F9F9F. Windows color (decimal): -3244835 or 14515406. OLE color: 14515406.
HSL color Cylindrical-coordinate representation of color #CE7CDD: hue angle of 290.72º degrees, saturation: 0.59, 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 #CE7CDD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 124 | 221 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.13 |
| HSL | 290.72º | 0.59% | 0.68% | - |
| HSV(B) | 290.72º | 0.44% | 0.87% | - |
| XYZ | 45.71 | 32.76 | 72.32 | - |
| YUV | 159.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 221 | 0.07 | 0.44 | 0 | 0.13 | 290.72 | 0.59 | 0.68 |
| Hex | CE | 7C | DD | 7 | 2C | 0 | D | 123 | 3B | 44 |
| Octal | 316 | 174 | 335 | 7 | 54 | 0 | 15 | 443 | 73 | 104 |
| Binary | 11001110 | 1111100 | 11011101 | 111 | 101100 | 0 | 1101 | 100100011 | 111011 | 1000100 |
Color Harmonies of #CE7CDD
Complementary color
Monochromatic Colors of #CE7CDD
Black with #CE7CDD
Text Example
Text Example
White with #CE7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CDD; }
p { color: rgb(206,124,221); }
H1.HeaderClassName
{
color: #CE7CDD;
}
.AnyTagClassName
{
color: #CE7CDD;
}
</style>
background-color css
<style>
a { background-color: #CE7CDD; }
a { background-color: rgb(206,124,221); }
div.DivClassName
{
background-color: #CE7CDD;
}
.BgClassName
{
background-color: #CE7CDD;
}
</style>
border-color css
<style>
span { border-color: #CE7CDD; }
span { border-color: rgb(206,124,221); }
td.TdClassName
{
border-color: #CE7CDD;
}
.TagClassName
{
border-color: #CE7CDD;
}
</style>