Shades of Orchid #CD7CDD
Tints of Orchid #CD7CDD
RGB
CMYK
RGB Variations
Color information
#CD7CDD (or 0xCD7CDD) is known color: Orchid. HEX triplet: CD, 7C and DD. RGB value is (205,124,221). Sum of RGB (Red+Green+Blue) = 205+124+221=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDD is #328322. Grayscale: #9E9E9E. Windows color (decimal): -3310371 or 14515405. OLE color: 14515405.
HSL color Cylindrical-coordinate representation of color #CD7CDD: hue angle of 290.1º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7CDD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 124 | 221 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.13 |
| HSL | 290.1º | 0.59% | 0.68% | - |
| HSV(B) | 290.1º | 0.44% | 0.87% | - |
| XYZ | 45.44 | 32.61 | 72.31 | - |
| YUV | 159.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 221 | 0.07 | 0.44 | 0 | 0.13 | 290.1 | 0.59 | 0.68 |
| Hex | CD | 7C | DD | 7 | 2C | 0 | D | 122 | 3B | 44 |
| Octal | 315 | 174 | 335 | 7 | 54 | 0 | 15 | 442 | 73 | 104 |
| Binary | 11001101 | 1111100 | 11011101 | 111 | 101100 | 0 | 1101 | 100100010 | 111011 | 1000100 |
Color Harmonies of #CD7CDD
Complementary color
Monochromatic Colors of #CD7CDD
Black with #CD7CDD
Text Example
Text Example
White with #CD7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7CDD; }
p { color: rgb(205,124,221); }
H1.HeaderClassName
{
color: #CD7CDD;
}
.AnyTagClassName
{
color: #CD7CDD;
}
</style>
background-color css
<style>
a { background-color: #CD7CDD; }
a { background-color: rgb(205,124,221); }
div.DivClassName
{
background-color: #CD7CDD;
}
.BgClassName
{
background-color: #CD7CDD;
}
</style>
border-color css
<style>
span { border-color: #CD7CDD; }
span { border-color: rgb(205,124,221); }
td.TdClassName
{
border-color: #CD7CDD;
}
.TagClassName
{
border-color: #CD7CDD;
}
</style>