Shades of Orchid #CD6EC4
Tints of Orchid #CD6EC4
RGB
CMYK
RGB Variations
Color information
#CD6EC4 (or 0xCD6EC4) is known color: Orchid. HEX triplet: CD, 6E and C4. RGB value is (205,110,196). Sum of RGB (Red+Green+Blue) = 205+110+196=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC4 is #32913B. Grayscale: #939393. Windows color (decimal): -3313980 or 12873421. OLE color: 12873421.
HSL color Cylindrical-coordinate representation of color #CD6EC4: hue angle of 305.68º 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 #CD6EC4 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 196 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.20 |
| HSL | 305.68º | 0.49% | 0.62% | - |
| HSV(B) | 305.68º | 0.46% | 0.8% | - |
| XYZ | 40.72 | 28.12 | 55.51 | - |
| YUV | 148.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 196 | 0 | 0.46 | 0.04 | 0.20 | 305.68 | 0.49 | 0.62 |
| Hex | CD | 6E | C4 | 0 | 2E | 4 | 14 | 132 | 31 | 3E |
| Octal | 315 | 156 | 304 | 0 | 56 | 4 | 24 | 462 | 61 | 76 |
| Binary | 11001101 | 1101110 | 11000100 | 0 | 101110 | 100 | 10100 | 100110010 | 110001 | 111110 |
Color Harmonies of #CD6EC4
Complementary color
Monochromatic Colors of #CD6EC4
Black with #CD6EC4
Text Example
Text Example
White with #CD6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6EC4; }
p { color: rgb(205,110,196); }
H1.HeaderClassName
{
color: #CD6EC4;
}
.AnyTagClassName
{
color: #CD6EC4;
}
</style>
background-color css
<style>
a { background-color: #CD6EC4; }
a { background-color: rgb(205,110,196); }
div.DivClassName
{
background-color: #CD6EC4;
}
.BgClassName
{
background-color: #CD6EC4;
}
</style>
border-color css
<style>
span { border-color: #CD6EC4; }
span { border-color: rgb(205,110,196); }
td.TdClassName
{
border-color: #CD6EC4;
}
.TagClassName
{
border-color: #CD6EC4;
}
</style>