Shades of Orchid #CE7FDC
Tints of Orchid #CE7FDC
RGB
CMYK
RGB Variations
Color information
#CE7FDC (or 0xCE7FDC) is known color: Orchid. HEX triplet: CE, 7F and DC. RGB value is (206,127,220). Sum of RGB (Red+Green+Blue) = 206+127+220=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FDC is #318023. Grayscale: #A0A0A0. Windows color (decimal): -3244068 or 14450638. OLE color: 14450638.
HSL color Cylindrical-coordinate representation of color #CE7FDC: hue angle of 290.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7FDC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 127 | 220 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.14 |
| HSL | 290.97º | 0.57% | 0.68% | - |
| HSV(B) | 290.97º | 0.42% | 0.86% | - |
| XYZ | 45.96 | 33.47 | 71.75 | - |
| YUV | 161.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 220 | 0.06 | 0.42 | 0 | 0.14 | 290.97 | 0.57 | 0.68 |
| Hex | CE | 7F | DC | 6 | 2A | 0 | E | 123 | 39 | 44 |
| Octal | 316 | 177 | 334 | 6 | 52 | 0 | 16 | 443 | 71 | 104 |
| Binary | 11001110 | 1111111 | 11011100 | 110 | 101010 | 0 | 1110 | 100100011 | 111001 | 1000100 |
Color Harmonies of #CE7FDC
Complementary color
Monochromatic Colors of #CE7FDC
Black with #CE7FDC
Text Example
Text Example
White with #CE7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FDC; }
p { color: rgb(206,127,220); }
H1.HeaderClassName
{
color: #CE7FDC;
}
.AnyTagClassName
{
color: #CE7FDC;
}
</style>
background-color css
<style>
a { background-color: #CE7FDC; }
a { background-color: rgb(206,127,220); }
div.DivClassName
{
background-color: #CE7FDC;
}
.BgClassName
{
background-color: #CE7FDC;
}
</style>
border-color css
<style>
span { border-color: #CE7FDC; }
span { border-color: rgb(206,127,220); }
td.TdClassName
{
border-color: #CE7FDC;
}
.TagClassName
{
border-color: #CE7FDC;
}
</style>