Shades of Orchid #CE7ACD
Tints of Orchid #CE7ACD
RGB
CMYK
RGB Variations
Color information
#CE7ACD (or 0xCE7ACD) is known color: Orchid. HEX triplet: CE, 7A and CD. RGB value is (206,122,205). Sum of RGB (Red+Green+Blue) = 206+122+205=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ACD is #318532. Grayscale: #9C9C9C. Windows color (decimal): -3245363 or 13466318. OLE color: 13466318.
HSL color Cylindrical-coordinate representation of color #CE7ACD: hue angle of 300.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7ACD is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 205 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.19 |
| HSL | 300.71º | 0.46% | 0.64% | - |
| HSV(B) | 300.71º | 0.41% | 0.81% | - |
| XYZ | 43.43 | 31.45 | 61.54 | - |
| YUV | 156.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 205 | 0 | 0.41 | 0.00 | 0.19 | 300.71 | 0.46 | 0.64 |
| Hex | CE | 7A | CD | 0 | 29 | 0 | 13 | 12D | 2E | 40 |
| Octal | 316 | 172 | 315 | 0 | 51 | 0 | 23 | 455 | 56 | 100 |
| Binary | 11001110 | 1111010 | 11001101 | 0 | 101001 | 0 | 10011 | 100101101 | 101110 | 1000000 |
Color Harmonies of #CE7ACD
Complementary color
Monochromatic Colors of #CE7ACD
Black with #CE7ACD
Text Example
Text Example
White with #CE7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ACD; }
p { color: rgb(206,122,205); }
H1.HeaderClassName
{
color: #CE7ACD;
}
.AnyTagClassName
{
color: #CE7ACD;
}
</style>
background-color css
<style>
a { background-color: #CE7ACD; }
a { background-color: rgb(206,122,205); }
div.DivClassName
{
background-color: #CE7ACD;
}
.BgClassName
{
background-color: #CE7ACD;
}
</style>
border-color css
<style>
span { border-color: #CE7ACD; }
span { border-color: rgb(206,122,205); }
td.TdClassName
{
border-color: #CE7ACD;
}
.TagClassName
{
border-color: #CE7ACD;
}
</style>