Shades of Orchid #CE7DD4
Tints of Orchid #CE7DD4
RGB
CMYK
RGB Variations
Color information
#CE7DD4 (or 0xCE7DD4) is known color: Orchid. HEX triplet: CE, 7D and D4. RGB value is (206,125,212). Sum of RGB (Red+Green+Blue) = 206+125+212=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE7DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DD4 is #31822B. Grayscale: #9E9E9E. Windows color (decimal): -3244588 or 13925838. OLE color: 13925838.
HSL color Cylindrical-coordinate representation of color #CE7DD4: hue angle of 295.86º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7DD4 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 125 | 212 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.17 |
| HSL | 295.86º | 0.5% | 0.66% | - |
| HSV(B) | 295.86º | 0.41% | 0.83% | - |
| XYZ | 44.67 | 32.54 | 66.21 | - |
| YUV | 159.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 212 | 0.03 | 0.41 | 0 | 0.17 | 295.86 | 0.5 | 0.66 |
| Hex | CE | 7D | D4 | 3 | 29 | 0 | 11 | 128 | 32 | 42 |
| Octal | 316 | 175 | 324 | 3 | 51 | 0 | 21 | 450 | 62 | 102 |
| Binary | 11001110 | 1111101 | 11010100 | 11 | 101001 | 0 | 10001 | 100101000 | 110010 | 1000010 |
Color Harmonies of #CE7DD4
Complementary color
Monochromatic Colors of #CE7DD4
Black with #CE7DD4
Text Example
Text Example
White with #CE7DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DD4; }
p { color: rgb(206,125,212); }
H1.HeaderClassName
{
color: #CE7DD4;
}
.AnyTagClassName
{
color: #CE7DD4;
}
</style>
background-color css
<style>
a { background-color: #CE7DD4; }
a { background-color: rgb(206,125,212); }
div.DivClassName
{
background-color: #CE7DD4;
}
.BgClassName
{
background-color: #CE7DD4;
}
</style>
border-color css
<style>
span { border-color: #CE7DD4; }
span { border-color: rgb(206,125,212); }
td.TdClassName
{
border-color: #CE7DD4;
}
.TagClassName
{
border-color: #CE7DD4;
}
</style>