Shades of Orchid #CD6EC9
Tints of Orchid #CD6EC9
RGB
CMYK
RGB Variations
Color information
#CD6EC9 (or 0xCD6EC9) is known color: Orchid. HEX triplet: CD, 6E and C9. RGB value is (205,110,201). Sum of RGB (Red+Green+Blue) = 205+110+201=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC9 is #329136. Grayscale: #949494. Windows color (decimal): -3313975 or 13201101. OLE color: 13201101.
HSL color Cylindrical-coordinate representation of color #CD6EC9: hue angle of 302.53º 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 #CD6EC9 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 201 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.20 |
| HSL | 302.53º | 0.49% | 0.62% | - |
| HSV(B) | 302.53º | 0.46% | 0.8% | - |
| XYZ | 41.3 | 28.35 | 58.55 | - |
| YUV | 148.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 201 | 0 | 0.46 | 0.02 | 0.20 | 302.53 | 0.49 | 0.62 |
| Hex | CD | 6E | C9 | 0 | 2E | 2 | 14 | 12F | 31 | 3E |
| Octal | 315 | 156 | 311 | 0 | 56 | 2 | 24 | 457 | 61 | 76 |
| Binary | 11001101 | 1101110 | 11001001 | 0 | 101110 | 10 | 10100 | 100101111 | 110001 | 111110 |
Color Harmonies of #CD6EC9
Complementary color
Monochromatic Colors of #CD6EC9
Black with #CD6EC9
Text Example
Text Example
White with #CD6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6EC9; }
p { color: rgb(205,110,201); }
H1.HeaderClassName
{
color: #CD6EC9;
}
.AnyTagClassName
{
color: #CD6EC9;
}
</style>
background-color css
<style>
a { background-color: #CD6EC9; }
a { background-color: rgb(205,110,201); }
div.DivClassName
{
background-color: #CD6EC9;
}
.BgClassName
{
background-color: #CD6EC9;
}
</style>
border-color css
<style>
span { border-color: #CD6EC9; }
span { border-color: rgb(205,110,201); }
td.TdClassName
{
border-color: #CD6EC9;
}
.TagClassName
{
border-color: #CD6EC9;
}
</style>