Shades of Orchid #CE7EDC
Tints of Orchid #CE7EDC
RGB
CMYK
RGB Variations
Color information
#CE7EDC (or 0xCE7EDC) is known color: Orchid. HEX triplet: CE, 7E and DC. RGB value is (206,126,220). Sum of RGB (Red+Green+Blue) = 206+126+220=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EDC is #318123. Grayscale: #A0A0A0. Windows color (decimal): -3244324 or 14450382. OLE color: 14450382.
HSL color Cylindrical-coordinate representation of color #CE7EDC: hue angle of 291.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7EDC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 126 | 220 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.14 |
| HSL | 291.06º | 0.57% | 0.68% | - |
| HSV(B) | 291.06º | 0.43% | 0.86% | - |
| XYZ | 45.83 | 33.21 | 71.7 | - |
| YUV | 160.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 220 | 0.06 | 0.43 | 0 | 0.14 | 291.06 | 0.57 | 0.68 |
| Hex | CE | 7E | DC | 6 | 2B | 0 | E | 123 | 39 | 44 |
| Octal | 316 | 176 | 334 | 6 | 53 | 0 | 16 | 443 | 71 | 104 |
| Binary | 11001110 | 1111110 | 11011100 | 110 | 101011 | 0 | 1110 | 100100011 | 111001 | 1000100 |
Color Harmonies of #CE7EDC
Complementary color
Monochromatic Colors of #CE7EDC
Black with #CE7EDC
Text Example
Text Example
White with #CE7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EDC; }
p { color: rgb(206,126,220); }
H1.HeaderClassName
{
color: #CE7EDC;
}
.AnyTagClassName
{
color: #CE7EDC;
}
</style>
background-color css
<style>
a { background-color: #CE7EDC; }
a { background-color: rgb(206,126,220); }
div.DivClassName
{
background-color: #CE7EDC;
}
.BgClassName
{
background-color: #CE7EDC;
}
</style>
border-color css
<style>
span { border-color: #CE7EDC; }
span { border-color: rgb(206,126,220); }
td.TdClassName
{
border-color: #CE7EDC;
}
.TagClassName
{
border-color: #CE7EDC;
}
</style>