Shades of Orchid #CD6EC1
Tints of Orchid #CD6EC1
RGB
CMYK
RGB Variations
Color information
#CD6EC1 (or 0xCD6EC1) is known color: Orchid. HEX triplet: CD, 6E and C1. RGB value is (205,110,193). Sum of RGB (Red+Green+Blue) = 205+110+193=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC1 is #32913E. Grayscale: #939393. Windows color (decimal): -3313983 or 12676813. OLE color: 12676813.
HSL color Cylindrical-coordinate representation of color #CD6EC1: hue angle of 307.58º 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 #CD6EC1 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 193 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.20 |
| HSL | 307.58º | 0.49% | 0.62% | - |
| HSV(B) | 307.58º | 0.46% | 0.8% | - |
| XYZ | 40.38 | 27.98 | 53.72 | - |
| YUV | 147.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 193 | 0 | 0.46 | 0.06 | 0.20 | 307.58 | 0.49 | 0.62 |
| Hex | CD | 6E | C1 | 0 | 2E | 6 | 14 | 134 | 31 | 3E |
| Octal | 315 | 156 | 301 | 0 | 56 | 6 | 24 | 464 | 61 | 76 |
| Binary | 11001101 | 1101110 | 11000001 | 0 | 101110 | 110 | 10100 | 100110100 | 110001 | 111110 |
Color Harmonies of #CD6EC1
Complementary color
Monochromatic Colors of #CD6EC1
Black with #CD6EC1
Text Example
Text Example
White with #CD6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6EC1; }
p { color: rgb(205,110,193); }
H1.HeaderClassName
{
color: #CD6EC1;
}
.AnyTagClassName
{
color: #CD6EC1;
}
</style>
background-color css
<style>
a { background-color: #CD6EC1; }
a { background-color: rgb(205,110,193); }
div.DivClassName
{
background-color: #CD6EC1;
}
.BgClassName
{
background-color: #CD6EC1;
}
</style>
border-color css
<style>
span { border-color: #CD6EC1; }
span { border-color: rgb(205,110,193); }
td.TdClassName
{
border-color: #CD6EC1;
}
.TagClassName
{
border-color: #CD6EC1;
}
</style>