Shades of Orchid #CE7ADF
Tints of Orchid #CE7ADF
RGB
CMYK
RGB Variations
Color information
#CE7ADF (or 0xCE7ADF) is known color: Orchid. HEX triplet: CE, 7A and DF. RGB value is (206,122,223). Sum of RGB (Red+Green+Blue) = 206+122+223=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADF is #318520. Grayscale: #9E9E9E. Windows color (decimal): -3245345 or 14645966. OLE color: 14645966.
HSL color Cylindrical-coordinate representation of color #CE7ADF: hue angle of 289.9º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7ADF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 122 | 223 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.13 |
| HSL | 289.9º | 0.61% | 0.68% | - |
| HSV(B) | 289.9º | 0.45% | 0.87% | - |
| XYZ | 45.73 | 32.37 | 73.65 | - |
| YUV | 158.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 223 | 0.08 | 0.45 | 0 | 0.13 | 289.9 | 0.61 | 0.68 |
| Hex | CE | 7A | DF | 8 | 2D | 0 | D | 122 | 3D | 44 |
| Octal | 316 | 172 | 337 | 10 | 55 | 0 | 15 | 442 | 75 | 104 |
| Binary | 11001110 | 1111010 | 11011111 | 1000 | 101101 | 0 | 1101 | 100100010 | 111101 | 1000100 |
Color Harmonies of #CE7ADF
Complementary color
Monochromatic Colors of #CE7ADF
Black with #CE7ADF
Text Example
Text Example
White with #CE7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ADF; }
p { color: rgb(206,122,223); }
H1.HeaderClassName
{
color: #CE7ADF;
}
.AnyTagClassName
{
color: #CE7ADF;
}
</style>
background-color css
<style>
a { background-color: #CE7ADF; }
a { background-color: rgb(206,122,223); }
div.DivClassName
{
background-color: #CE7ADF;
}
.BgClassName
{
background-color: #CE7ADF;
}
</style>
border-color css
<style>
span { border-color: #CE7ADF; }
span { border-color: rgb(206,122,223); }
td.TdClassName
{
border-color: #CE7ADF;
}
.TagClassName
{
border-color: #CE7ADF;
}
</style>