Shades of Orchid #CD6DDD
Tints of Orchid #CD6DDD
RGB
CMYK
RGB Variations
Color information
#CD6DDD (or 0xCD6DDD) is known color: Orchid. HEX triplet: CD, 6D and DD. RGB value is (205,109,221). Sum of RGB (Red+Green+Blue) = 205+109+221=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DDD is #329222. Grayscale: #969696. Windows color (decimal): -3314211 or 14511565. OLE color: 14511565.
HSL color Cylindrical-coordinate representation of color #CD6DDD: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6DDD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 109 | 221 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.13 |
| HSL | 291.43º | 0.62% | 0.65% | - |
| HSV(B) | 291.43º | 0.51% | 0.87% | - |
| XYZ | 43.7 | 29.14 | 71.73 | - |
| YUV | 150.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 221 | 0.07 | 0.51 | 0 | 0.13 | 291.43 | 0.62 | 0.65 |
| Hex | CD | 6D | DD | 7 | 33 | 0 | D | 123 | 3E | 41 |
| Octal | 315 | 155 | 335 | 7 | 63 | 0 | 15 | 443 | 76 | 101 |
| Binary | 11001101 | 1101101 | 11011101 | 111 | 110011 | 0 | 1101 | 100100011 | 111110 | 1000001 |
Color Harmonies of #CD6DDD
Complementary color
Monochromatic Colors of #CD6DDD
Black with #CD6DDD
Text Example
Text Example
White with #CD6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DDD; }
p { color: rgb(205,109,221); }
H1.HeaderClassName
{
color: #CD6DDD;
}
.AnyTagClassName
{
color: #CD6DDD;
}
</style>
background-color css
<style>
a { background-color: #CD6DDD; }
a { background-color: rgb(205,109,221); }
div.DivClassName
{
background-color: #CD6DDD;
}
.BgClassName
{
background-color: #CD6DDD;
}
</style>
border-color css
<style>
span { border-color: #CD6DDD; }
span { border-color: rgb(205,109,221); }
td.TdClassName
{
border-color: #CD6DDD;
}
.TagClassName
{
border-color: #CD6DDD;
}
</style>