Shades of Orchid #CE7AC0
Tints of Orchid #CE7AC0
RGB
CMYK
RGB Variations
Color information
#CE7AC0 (or 0xCE7AC0) is known color: Orchid. HEX triplet: CE, 7A and C0. RGB value is (206,122,192). Sum of RGB (Red+Green+Blue) = 206+122+192=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AC0 is #31853F. Grayscale: #9A9A9A. Windows color (decimal): -3245376 or 12614350. OLE color: 12614350.
HSL color Cylindrical-coordinate representation of color #CE7AC0: hue angle of 310º 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 #CE7AC0 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 192 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.19 |
| HSL | 310º | 0.46% | 0.64% | - |
| HSV(B) | 310º | 0.41% | 0.81% | - |
| XYZ | 41.93 | 30.85 | 53.61 | - |
| YUV | 155.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 192 | 0 | 0.41 | 0.07 | 0.19 | 310 | 0.46 | 0.64 |
| Hex | CE | 7A | C0 | 0 | 29 | 7 | 13 | 136 | 2E | 40 |
| Octal | 316 | 172 | 300 | 0 | 51 | 7 | 23 | 466 | 56 | 100 |
| Binary | 11001110 | 1111010 | 11000000 | 0 | 101001 | 111 | 10011 | 100110110 | 101110 | 1000000 |
Color Harmonies of #CE7AC0
Complementary color
Monochromatic Colors of #CE7AC0
Black with #CE7AC0
Text Example
Text Example
White with #CE7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AC0; }
p { color: rgb(206,122,192); }
H1.HeaderClassName
{
color: #CE7AC0;
}
.AnyTagClassName
{
color: #CE7AC0;
}
</style>
background-color css
<style>
a { background-color: #CE7AC0; }
a { background-color: rgb(206,122,192); }
div.DivClassName
{
background-color: #CE7AC0;
}
.BgClassName
{
background-color: #CE7AC0;
}
</style>
border-color css
<style>
span { border-color: #CE7AC0; }
span { border-color: rgb(206,122,192); }
td.TdClassName
{
border-color: #CE7AC0;
}
.TagClassName
{
border-color: #CE7AC0;
}
</style>