Shades of Orchid #CE7ACE
Tints of Orchid #CE7ACE
RGB
CMYK
RGB Variations
Color information
#CE7ACE (or 0xCE7ACE) is known color: Orchid. HEX triplet: CE, 7A and CE. RGB value is (206,122,206). Sum of RGB (Red+Green+Blue) = 206+122+206=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ACE is #318531. Grayscale: #9C9C9C. Windows color (decimal): -3245362 or 13531854. OLE color: 13531854.
HSL color Cylindrical-coordinate representation of color #CE7ACE: hue angle of 300º 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 #CE7ACE is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 206 | - |
| CMYK | 0 | 0.41 | 0 | 0.19 |
| HSL | 300º | 0.46% | 0.64% | - |
| HSV(B) | 300º | 0.41% | 0.81% | - |
| XYZ | 43.55 | 31.5 | 62.18 | - |
| YUV | 156.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 206 | 0 | 0.41 | 0 | 0.19 | 300 | 0.46 | 0.64 |
| Hex | CE | 7A | CE | 0 | 29 | 0 | 13 | 12C | 2E | 40 |
| Octal | 316 | 172 | 316 | 0 | 51 | 0 | 23 | 454 | 56 | 100 |
| Binary | 11001110 | 1111010 | 11001110 | 0 | 101001 | 0 | 10011 | 100101100 | 101110 | 1000000 |
Color Harmonies of #CE7ACE
Complementary color
Monochromatic Colors of #CE7ACE
Black with #CE7ACE
Text Example
Text Example
White with #CE7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ACE; }
p { color: rgb(206,122,206); }
H1.HeaderClassName
{
color: #CE7ACE;
}
.AnyTagClassName
{
color: #CE7ACE;
}
</style>
background-color css
<style>
a { background-color: #CE7ACE; }
a { background-color: rgb(206,122,206); }
div.DivClassName
{
background-color: #CE7ACE;
}
.BgClassName
{
background-color: #CE7ACE;
}
</style>
border-color css
<style>
span { border-color: #CE7ACE; }
span { border-color: rgb(206,122,206); }
td.TdClassName
{
border-color: #CE7ACE;
}
.TagClassName
{
border-color: #CE7ACE;
}
</style>