Shades of Orchid #CD6EE0
Tints of Orchid #CD6EE0
RGB
CMYK
RGB Variations
Color information
#CD6EE0 (or 0xCD6EE0) is known color: Orchid. HEX triplet: CD, 6E and E0. RGB value is (205,110,224). Sum of RGB (Red+Green+Blue) = 205+110+224=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EE0 is #32911F. Grayscale: #979797. Windows color (decimal): -3313952 or 14708429. OLE color: 14708429.
HSL color Cylindrical-coordinate representation of color #CD6EE0: hue angle of 290º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6EE0 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 110 | 224 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.12 |
| HSL | 290º | 0.65% | 0.65% | - |
| HSV(B) | 290º | 0.51% | 0.88% | - |
| XYZ | 44.21 | 29.51 | 73.89 | - |
| YUV | 151.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 224 | 0.08 | 0.51 | 0 | 0.12 | 290 | 0.65 | 0.65 |
| Hex | CD | 6E | E0 | 8 | 33 | 0 | C | 122 | 41 | 41 |
| Octal | 315 | 156 | 340 | 10 | 63 | 0 | 14 | 442 | 101 | 101 |
| Binary | 11001101 | 1101110 | 11100000 | 1000 | 110011 | 0 | 1100 | 100100010 | 1000001 | 1000001 |
Color Harmonies of #CD6EE0
Complementary color
Monochromatic Colors of #CD6EE0
Black with #CD6EE0
Text Example
Text Example
White with #CD6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6EE0; }
p { color: rgb(205,110,224); }
H1.HeaderClassName
{
color: #CD6EE0;
}
.AnyTagClassName
{
color: #CD6EE0;
}
</style>
background-color css
<style>
a { background-color: #CD6EE0; }
a { background-color: rgb(205,110,224); }
div.DivClassName
{
background-color: #CD6EE0;
}
.BgClassName
{
background-color: #CD6EE0;
}
</style>
border-color css
<style>
span { border-color: #CD6EE0; }
span { border-color: rgb(205,110,224); }
td.TdClassName
{
border-color: #CD6EE0;
}
.TagClassName
{
border-color: #CD6EE0;
}
</style>