Shades of Orchid #CE7AC9
Tints of Orchid #CE7AC9
RGB
CMYK
RGB Variations
Color information
#CE7AC9 (or 0xCE7AC9) is known color: Orchid. HEX triplet: CE, 7A and C9. RGB value is (206,122,201). Sum of RGB (Red+Green+Blue) = 206+122+201=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AC9 is #318536. Grayscale: #9B9B9B. Windows color (decimal): -3245367 or 13204174. OLE color: 13204174.
HSL color Cylindrical-coordinate representation of color #CE7AC9: hue angle of 303.57º 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 #CE7AC9 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 201 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.19 |
| HSL | 303.57º | 0.46% | 0.64% | - |
| HSV(B) | 303.57º | 0.41% | 0.81% | - |
| XYZ | 42.96 | 31.26 | 59.03 | - |
| YUV | 156.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 201 | 0 | 0.41 | 0.02 | 0.19 | 303.57 | 0.46 | 0.64 |
| Hex | CE | 7A | C9 | 0 | 29 | 2 | 13 | 130 | 2E | 40 |
| Octal | 316 | 172 | 311 | 0 | 51 | 2 | 23 | 460 | 56 | 100 |
| Binary | 11001110 | 1111010 | 11001001 | 0 | 101001 | 10 | 10011 | 100110000 | 101110 | 1000000 |
Color Harmonies of #CE7AC9
Complementary color
Monochromatic Colors of #CE7AC9
Black with #CE7AC9
Text Example
Text Example
White with #CE7AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AC9; }
p { color: rgb(206,122,201); }
H1.HeaderClassName
{
color: #CE7AC9;
}
.AnyTagClassName
{
color: #CE7AC9;
}
</style>
background-color css
<style>
a { background-color: #CE7AC9; }
a { background-color: rgb(206,122,201); }
div.DivClassName
{
background-color: #CE7AC9;
}
.BgClassName
{
background-color: #CE7AC9;
}
</style>
border-color css
<style>
span { border-color: #CE7AC9; }
span { border-color: rgb(206,122,201); }
td.TdClassName
{
border-color: #CE7AC9;
}
.TagClassName
{
border-color: #CE7AC9;
}
</style>