Shades of Orchid #CE7FCD
Tints of Orchid #CE7FCD
RGB
CMYK
RGB Variations
Color information
#CE7FCD (or 0xCE7FCD) is known color: Orchid. HEX triplet: CE, 7F and CD. RGB value is (206,127,205). Sum of RGB (Red+Green+Blue) = 206+127+205=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FCD is #318032. Grayscale: #9F9F9F. Windows color (decimal): -3244083 or 13467598. OLE color: 13467598.
HSL color Cylindrical-coordinate representation of color #CE7FCD: hue angle of 300.76º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FCD is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 205 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.19 |
| HSL | 300.76º | 0.45% | 0.65% | - |
| HSV(B) | 300.76º | 0.38% | 0.81% | - |
| XYZ | 44.06 | 32.71 | 61.75 | - |
| YUV | 159.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 205 | 0 | 0.38 | 0.00 | 0.19 | 300.76 | 0.45 | 0.65 |
| Hex | CE | 7F | CD | 0 | 26 | 0 | 13 | 12D | 2D | 41 |
| Octal | 316 | 177 | 315 | 0 | 46 | 0 | 23 | 455 | 55 | 101 |
| Binary | 11001110 | 1111111 | 11001101 | 0 | 100110 | 0 | 10011 | 100101101 | 101101 | 1000001 |
Color Harmonies of #CE7FCD
Complementary color
Monochromatic Colors of #CE7FCD
Black with #CE7FCD
Text Example
Text Example
White with #CE7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FCD; }
p { color: rgb(206,127,205); }
H1.HeaderClassName
{
color: #CE7FCD;
}
.AnyTagClassName
{
color: #CE7FCD;
}
</style>
background-color css
<style>
a { background-color: #CE7FCD; }
a { background-color: rgb(206,127,205); }
div.DivClassName
{
background-color: #CE7FCD;
}
.BgClassName
{
background-color: #CE7FCD;
}
</style>
border-color css
<style>
span { border-color: #CE7FCD; }
span { border-color: rgb(206,127,205); }
td.TdClassName
{
border-color: #CE7FCD;
}
.TagClassName
{
border-color: #CE7FCD;
}
</style>