Shades of Orchid #CE7BCD
Tints of Orchid #CE7BCD
RGB
CMYK
RGB Variations
Color information
#CE7BCD (or 0xCE7BCD) is known color: Orchid. HEX triplet: CE, 7B and CD. RGB value is (206,123,205). Sum of RGB (Red+Green+Blue) = 206+123+205=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BCD is #318432. Grayscale: #9C9C9C. Windows color (decimal): -3245107 or 13466574. OLE color: 13466574.
HSL color Cylindrical-coordinate representation of color #CE7BCD: hue angle of 300.72º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BCD is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 205 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.19 |
| HSL | 300.72º | 0.46% | 0.65% | - |
| HSV(B) | 300.72º | 0.4% | 0.81% | - |
| XYZ | 43.56 | 31.7 | 61.58 | - |
| YUV | 157.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 205 | 0 | 0.40 | 0.00 | 0.19 | 300.72 | 0.46 | 0.65 |
| Hex | CE | 7B | CD | 0 | 28 | 0 | 13 | 12D | 2E | 41 |
| Octal | 316 | 173 | 315 | 0 | 50 | 0 | 23 | 455 | 56 | 101 |
| Binary | 11001110 | 1111011 | 11001101 | 0 | 101000 | 0 | 10011 | 100101101 | 101110 | 1000001 |
Color Harmonies of #CE7BCD
Complementary color
Monochromatic Colors of #CE7BCD
Black with #CE7BCD
Text Example
Text Example
White with #CE7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BCD; }
p { color: rgb(206,123,205); }
H1.HeaderClassName
{
color: #CE7BCD;
}
.AnyTagClassName
{
color: #CE7BCD;
}
</style>
background-color css
<style>
a { background-color: #CE7BCD; }
a { background-color: rgb(206,123,205); }
div.DivClassName
{
background-color: #CE7BCD;
}
.BgClassName
{
background-color: #CE7BCD;
}
</style>
border-color css
<style>
span { border-color: #CE7BCD; }
span { border-color: rgb(206,123,205); }
td.TdClassName
{
border-color: #CE7BCD;
}
.TagClassName
{
border-color: #CE7BCD;
}
</style>