Shades of Orchid #CE7BDF
Tints of Orchid #CE7BDF
RGB
CMYK
RGB Variations
Color information
#CE7BDF (or 0xCE7BDF) is known color: Orchid. HEX triplet: CE, 7B and DF. RGB value is (206,123,223). Sum of RGB (Red+Green+Blue) = 206+123+223=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BDF is #318420. Grayscale: #9E9E9E. Windows color (decimal): -3245089 or 14646222. OLE color: 14646222.
HSL color Cylindrical-coordinate representation of color #CE7BDF: hue angle of 289.8º 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 #CE7BDF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 123 | 223 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.13 |
| HSL | 289.8º | 0.61% | 0.68% | - |
| HSV(B) | 289.8º | 0.45% | 0.87% | - |
| XYZ | 45.86 | 32.62 | 73.69 | - |
| YUV | 159.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 223 | 0.08 | 0.45 | 0 | 0.13 | 289.8 | 0.61 | 0.68 |
| Hex | CE | 7B | DF | 8 | 2D | 0 | D | 122 | 3D | 44 |
| Octal | 316 | 173 | 337 | 10 | 55 | 0 | 15 | 442 | 75 | 104 |
| Binary | 11001110 | 1111011 | 11011111 | 1000 | 101101 | 0 | 1101 | 100100010 | 111101 | 1000100 |
Color Harmonies of #CE7BDF
Complementary color
Monochromatic Colors of #CE7BDF
Black with #CE7BDF
Text Example
Text Example
White with #CE7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BDF; }
p { color: rgb(206,123,223); }
H1.HeaderClassName
{
color: #CE7BDF;
}
.AnyTagClassName
{
color: #CE7BDF;
}
</style>
background-color css
<style>
a { background-color: #CE7BDF; }
a { background-color: rgb(206,123,223); }
div.DivClassName
{
background-color: #CE7BDF;
}
.BgClassName
{
background-color: #CE7BDF;
}
</style>
border-color css
<style>
span { border-color: #CE7BDF; }
span { border-color: rgb(206,123,223); }
td.TdClassName
{
border-color: #CE7BDF;
}
.TagClassName
{
border-color: #CE7BDF;
}
</style>