Shades of Orchid #CE7CCF
Tints of Orchid #CE7CCF
RGB
CMYK
RGB Variations
Color information
#CE7CCF (or 0xCE7CCF) is known color: Orchid. HEX triplet: CE, 7C and CF. RGB value is (206,124,207). Sum of RGB (Red+Green+Blue) = 206+124+207=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CCF is #318330. Grayscale: #9D9D9D. Windows color (decimal): -3244849 or 13597902. OLE color: 13597902.
HSL color Cylindrical-coordinate representation of color #CE7CCF: hue angle of 299.28º 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 #CE7CCF is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 207 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.19 |
| HSL | 299.28º | 0.46% | 0.65% | - |
| HSV(B) | 299.28º | 0.4% | 0.81% | - |
| XYZ | 43.92 | 32.04 | 62.9 | - |
| YUV | 157.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 207 | 0.00 | 0.40 | 0 | 0.19 | 299.28 | 0.46 | 0.65 |
| Hex | CE | 7C | CF | 0 | 28 | 0 | 13 | 12B | 2E | 41 |
| Octal | 316 | 174 | 317 | 0 | 50 | 0 | 23 | 453 | 56 | 101 |
| Binary | 11001110 | 1111100 | 11001111 | 0 | 101000 | 0 | 10011 | 100101011 | 101110 | 1000001 |
Color Harmonies of #CE7CCF
Complementary color
Monochromatic Colors of #CE7CCF
Black with #CE7CCF
Text Example
Text Example
White with #CE7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CCF; }
p { color: rgb(206,124,207); }
H1.HeaderClassName
{
color: #CE7CCF;
}
.AnyTagClassName
{
color: #CE7CCF;
}
</style>
background-color css
<style>
a { background-color: #CE7CCF; }
a { background-color: rgb(206,124,207); }
div.DivClassName
{
background-color: #CE7CCF;
}
.BgClassName
{
background-color: #CE7CCF;
}
</style>
border-color css
<style>
span { border-color: #CE7CCF; }
span { border-color: rgb(206,124,207); }
td.TdClassName
{
border-color: #CE7CCF;
}
.TagClassName
{
border-color: #CE7CCF;
}
</style>