Shades of Orchid #CD6ECD
Tints of Orchid #CD6ECD
RGB
CMYK
RGB Variations
Color information
#CD6ECD (or 0xCD6ECD) is known color: Orchid. HEX triplet: CD, 6E and CD. RGB value is (205,110,205). Sum of RGB (Red+Green+Blue) = 205+110+205=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ECD is #329132. Grayscale: #949494. Windows color (decimal): -3313971 or 13463245. OLE color: 13463245.
HSL color Cylindrical-coordinate representation of color #CD6ECD: hue angle of 300º 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 #CD6ECD is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 205 | - |
| CMYK | 0 | 0.46 | 0 | 0.20 |
| HSL | 300º | 0.49% | 0.62% | - |
| HSV(B) | 300º | 0.46% | 0.8% | - |
| XYZ | 41.77 | 28.54 | 61.06 | - |
| YUV | 149.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 205 | 0 | 0.46 | 0 | 0.20 | 300 | 0.49 | 0.62 |
| Hex | CD | 6E | CD | 0 | 2E | 0 | 14 | 12C | 31 | 3E |
| Octal | 315 | 156 | 315 | 0 | 56 | 0 | 24 | 454 | 61 | 76 |
| Binary | 11001101 | 1101110 | 11001101 | 0 | 101110 | 0 | 10100 | 100101100 | 110001 | 111110 |
Color Harmonies of #CD6ECD
Complementary color
Monochromatic Colors of #CD6ECD
Black with #CD6ECD
Text Example
Text Example
White with #CD6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6ECD; }
p { color: rgb(205,110,205); }
H1.HeaderClassName
{
color: #CD6ECD;
}
.AnyTagClassName
{
color: #CD6ECD;
}
</style>
background-color css
<style>
a { background-color: #CD6ECD; }
a { background-color: rgb(205,110,205); }
div.DivClassName
{
background-color: #CD6ECD;
}
.BgClassName
{
background-color: #CD6ECD;
}
</style>
border-color css
<style>
span { border-color: #CD6ECD; }
span { border-color: rgb(205,110,205); }
td.TdClassName
{
border-color: #CD6ECD;
}
.TagClassName
{
border-color: #CD6ECD;
}
</style>