Shades of Orchid #CD7CDF
Tints of Orchid #CD7CDF
RGB
CMYK
RGB Variations
Color information
#CD7CDF (or 0xCD7CDF) is known color: Orchid. HEX triplet: CD, 7C and DF. RGB value is (205,124,223). Sum of RGB (Red+Green+Blue) = 205+124+223=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDF is #328320. Grayscale: #9F9F9F. Windows color (decimal): -3310369 or 14646477. OLE color: 14646477.
HSL color Cylindrical-coordinate representation of color #CD7CDF: hue angle of 289.09º degrees, saturation: 0.61, 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 #CD7CDF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 124 | 223 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.13 |
| HSL | 289.09º | 0.61% | 0.68% | - |
| HSV(B) | 289.09º | 0.44% | 0.87% | - |
| XYZ | 45.7 | 32.72 | 73.72 | - |
| YUV | 159.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 223 | 0.08 | 0.44 | 0 | 0.13 | 289.09 | 0.61 | 0.68 |
| Hex | CD | 7C | DF | 8 | 2C | 0 | D | 121 | 3D | 44 |
| Octal | 315 | 174 | 337 | 10 | 54 | 0 | 15 | 441 | 75 | 104 |
| Binary | 11001101 | 1111100 | 11011111 | 1000 | 101100 | 0 | 1101 | 100100001 | 111101 | 1000100 |
Color Harmonies of #CD7CDF
Complementary color
Monochromatic Colors of #CD7CDF
Black with #CD7CDF
Text Example
Text Example
White with #CD7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7CDF; }
p { color: rgb(205,124,223); }
H1.HeaderClassName
{
color: #CD7CDF;
}
.AnyTagClassName
{
color: #CD7CDF;
}
</style>
background-color css
<style>
a { background-color: #CD7CDF; }
a { background-color: rgb(205,124,223); }
div.DivClassName
{
background-color: #CD7CDF;
}
.BgClassName
{
background-color: #CD7CDF;
}
</style>
border-color css
<style>
span { border-color: #CD7CDF; }
span { border-color: rgb(205,124,223); }
td.TdClassName
{
border-color: #CD7CDF;
}
.TagClassName
{
border-color: #CD7CDF;
}
</style>