Shades of Orchid #CE7DDB
Tints of Orchid #CE7DDB
RGB
CMYK
RGB Variations
Color information
#CE7DDB (or 0xCE7DDB) is known color: Orchid. HEX triplet: CE, 7D and DB. RGB value is (206,125,219). Sum of RGB (Red+Green+Blue) = 206+125+219=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DDB is #318224. Grayscale: #9F9F9F. Windows color (decimal): -3244581 or 14384590. OLE color: 14384590.
HSL color Cylindrical-coordinate representation of color #CE7DDB: hue angle of 291.7º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7DDB is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 125 | 219 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.14 |
| HSL | 291.7º | 0.57% | 0.67% | - |
| HSV(B) | 291.7º | 0.43% | 0.86% | - |
| XYZ | 45.57 | 32.9 | 70.97 | - |
| YUV | 159.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 219 | 0.06 | 0.43 | 0 | 0.14 | 291.7 | 0.57 | 0.67 |
| Hex | CE | 7D | DB | 6 | 2B | 0 | E | 124 | 39 | 43 |
| Octal | 316 | 175 | 333 | 6 | 53 | 0 | 16 | 444 | 71 | 103 |
| Binary | 11001110 | 1111101 | 11011011 | 110 | 101011 | 0 | 1110 | 100100100 | 111001 | 1000011 |
Color Harmonies of #CE7DDB
Complementary color
Monochromatic Colors of #CE7DDB
Black with #CE7DDB
Text Example
Text Example
White with #CE7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DDB; }
p { color: rgb(206,125,219); }
H1.HeaderClassName
{
color: #CE7DDB;
}
.AnyTagClassName
{
color: #CE7DDB;
}
</style>
background-color css
<style>
a { background-color: #CE7DDB; }
a { background-color: rgb(206,125,219); }
div.DivClassName
{
background-color: #CE7DDB;
}
.BgClassName
{
background-color: #CE7DDB;
}
</style>
border-color css
<style>
span { border-color: #CE7DDB; }
span { border-color: rgb(206,125,219); }
td.TdClassName
{
border-color: #CE7DDB;
}
.TagClassName
{
border-color: #CE7DDB;
}
</style>