Shades of Orchid #CE7AC8
Tints of Orchid #CE7AC8
RGB
CMYK
RGB Variations
Color information
#CE7AC8 (or 0xCE7AC8) is known color: Orchid. HEX triplet: CE, 7A and C8. RGB value is (206,122,200). Sum of RGB (Red+Green+Blue) = 206+122+200=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AC8 is #318537. Grayscale: #9B9B9B. Windows color (decimal): -3245368 or 13138638. OLE color: 13138638.
HSL color Cylindrical-coordinate representation of color #CE7AC8: hue angle of 304.29º 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 #CE7AC8 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 200 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.19 |
| HSL | 304.29º | 0.46% | 0.64% | - |
| HSV(B) | 304.29º | 0.41% | 0.81% | - |
| XYZ | 42.84 | 31.21 | 58.41 | - |
| YUV | 156.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 200 | 0 | 0.41 | 0.03 | 0.19 | 304.29 | 0.46 | 0.64 |
| Hex | CE | 7A | C8 | 0 | 29 | 3 | 13 | 130 | 2E | 40 |
| Octal | 316 | 172 | 310 | 0 | 51 | 3 | 23 | 460 | 56 | 100 |
| Binary | 11001110 | 1111010 | 11001000 | 0 | 101001 | 11 | 10011 | 100110000 | 101110 | 1000000 |
Color Harmonies of #CE7AC8
Complementary color
Monochromatic Colors of #CE7AC8
Black with #CE7AC8
Text Example
Text Example
White with #CE7AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AC8; }
p { color: rgb(206,122,200); }
H1.HeaderClassName
{
color: #CE7AC8;
}
.AnyTagClassName
{
color: #CE7AC8;
}
</style>
background-color css
<style>
a { background-color: #CE7AC8; }
a { background-color: rgb(206,122,200); }
div.DivClassName
{
background-color: #CE7AC8;
}
.BgClassName
{
background-color: #CE7AC8;
}
</style>
border-color css
<style>
span { border-color: #CE7AC8; }
span { border-color: rgb(206,122,200); }
td.TdClassName
{
border-color: #CE7AC8;
}
.TagClassName
{
border-color: #CE7AC8;
}
</style>