Shades of Orchid #CD6ECC
Tints of Orchid #CD6ECC
RGB
CMYK
RGB Variations
Color information
#CD6ECC (or 0xCD6ECC) is known color: Orchid. HEX triplet: CD, 6E and CC. RGB value is (205,110,204). Sum of RGB (Red+Green+Blue) = 205+110+204=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ECC is #329133. Grayscale: #949494. Windows color (decimal): -3313972 or 13397709. OLE color: 13397709.
HSL color Cylindrical-coordinate representation of color #CD6ECC: hue angle of 300.63º 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 #CD6ECC is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 204 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.20 |
| HSL | 300.63º | 0.49% | 0.62% | - |
| HSV(B) | 300.63º | 0.46% | 0.8% | - |
| XYZ | 41.65 | 28.49 | 60.43 | - |
| YUV | 149.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 204 | 0 | 0.46 | 0.00 | 0.20 | 300.63 | 0.49 | 0.62 |
| Hex | CD | 6E | CC | 0 | 2E | 0 | 14 | 12D | 31 | 3E |
| Octal | 315 | 156 | 314 | 0 | 56 | 0 | 24 | 455 | 61 | 76 |
| Binary | 11001101 | 1101110 | 11001100 | 0 | 101110 | 0 | 10100 | 100101101 | 110001 | 111110 |
Color Harmonies of #CD6ECC
Complementary color
Monochromatic Colors of #CD6ECC
Black with #CD6ECC
Text Example
Text Example
White with #CD6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6ECC; }
p { color: rgb(205,110,204); }
H1.HeaderClassName
{
color: #CD6ECC;
}
.AnyTagClassName
{
color: #CD6ECC;
}
</style>
background-color css
<style>
a { background-color: #CD6ECC; }
a { background-color: rgb(205,110,204); }
div.DivClassName
{
background-color: #CD6ECC;
}
.BgClassName
{
background-color: #CD6ECC;
}
</style>
border-color css
<style>
span { border-color: #CD6ECC; }
span { border-color: rgb(205,110,204); }
td.TdClassName
{
border-color: #CD6ECC;
}
.TagClassName
{
border-color: #CD6ECC;
}
</style>