Shades of Orchid #CE7AB7
Tints of Orchid #CE7AB7
RGB
CMYK
RGB Variations
Color information
#CE7AB7 (or 0xCE7AB7) is known color: Orchid. HEX triplet: CE, 7A and B7. RGB value is (206,122,183). Sum of RGB (Red+Green+Blue) = 206+122+183=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB7 is #318548. Grayscale: #999999. Windows color (decimal): -3245385 or 12024526. OLE color: 12024526.
HSL color Cylindrical-coordinate representation of color #CE7AB7: hue angle of 316.43º 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 #CE7AB7 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 183 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.19 |
| HSL | 316.43º | 0.46% | 0.64% | - |
| HSV(B) | 316.43º | 0.41% | 0.81% | - |
| XYZ | 40.96 | 30.46 | 48.52 | - |
| YUV | 154.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 183 | 0 | 0.41 | 0.11 | 0.19 | 316.43 | 0.46 | 0.64 |
| Hex | CE | 7A | B7 | 0 | 29 | B | 13 | 13C | 2E | 40 |
| Octal | 316 | 172 | 267 | 0 | 51 | 13 | 23 | 474 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10110111 | 0 | 101001 | 1011 | 10011 | 100111100 | 101110 | 1000000 |
Color Harmonies of #CE7AB7
Complementary color
Monochromatic Colors of #CE7AB7
Black with #CE7AB7
Text Example
Text Example
White with #CE7AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AB7; }
p { color: rgb(206,122,183); }
H1.HeaderClassName
{
color: #CE7AB7;
}
.AnyTagClassName
{
color: #CE7AB7;
}
</style>
background-color css
<style>
a { background-color: #CE7AB7; }
a { background-color: rgb(206,122,183); }
div.DivClassName
{
background-color: #CE7AB7;
}
.BgClassName
{
background-color: #CE7AB7;
}
</style>
border-color css
<style>
span { border-color: #CE7AB7; }
span { border-color: rgb(206,122,183); }
td.TdClassName
{
border-color: #CE7AB7;
}
.TagClassName
{
border-color: #CE7AB7;
}
</style>