Shades of Orchid #CD6EC7
Tints of Orchid #CD6EC7
RGB
CMYK
RGB Variations
Color information
#CD6EC7 (or 0xCD6EC7) is known color: Orchid. HEX triplet: CD, 6E and C7. RGB value is (205,110,199). Sum of RGB (Red+Green+Blue) = 205+110+199=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC7 is #329138. Grayscale: #949494. Windows color (decimal): -3313977 or 13070029. OLE color: 13070029.
HSL color Cylindrical-coordinate representation of color #CD6EC7: hue angle of 303.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6EC7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 199 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.20 |
| HSL | 303.79º | 0.49% | 0.62% | - |
| HSV(B) | 303.79º | 0.46% | 0.8% | - |
| XYZ | 41.06 | 28.25 | 57.32 | - |
| YUV | 148.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 199 | 0 | 0.46 | 0.03 | 0.20 | 303.79 | 0.49 | 0.62 |
| Hex | CD | 6E | C7 | 0 | 2E | 3 | 14 | 130 | 31 | 3E |
| Octal | 315 | 156 | 307 | 0 | 56 | 3 | 24 | 460 | 61 | 76 |
| Binary | 11001101 | 1101110 | 11000111 | 0 | 101110 | 11 | 10100 | 100110000 | 110001 | 111110 |
Color Harmonies of #CD6EC7
Complementary color
Monochromatic Colors of #CD6EC7
Black with #CD6EC7
Text Example
Text Example
White with #CD6EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6EC7; }
p { color: rgb(205,110,199); }
H1.HeaderClassName
{
color: #CD6EC7;
}
.AnyTagClassName
{
color: #CD6EC7;
}
</style>
background-color css
<style>
a { background-color: #CD6EC7; }
a { background-color: rgb(205,110,199); }
div.DivClassName
{
background-color: #CD6EC7;
}
.BgClassName
{
background-color: #CD6EC7;
}
</style>
border-color css
<style>
span { border-color: #CD6EC7; }
span { border-color: rgb(205,110,199); }
td.TdClassName
{
border-color: #CD6EC7;
}
.TagClassName
{
border-color: #CD6EC7;
}
</style>