Shades of Orchid #CD6FDD
Tints of Orchid #CD6FDD
RGB
CMYK
RGB Variations
Color information
#CD6FDD (or 0xCD6FDD) is known color: Orchid. HEX triplet: CD, 6F and DD. RGB value is (205,111,221). Sum of RGB (Red+Green+Blue) = 205+111+221=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FDD is #329022. Grayscale: #979797. Windows color (decimal): -3313699 or 14512077. OLE color: 14512077.
HSL color Cylindrical-coordinate representation of color #CD6FDD: hue angle of 291.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6FDD is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 111 | 221 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.13 |
| HSL | 291.27º | 0.62% | 0.65% | - |
| HSV(B) | 291.27º | 0.5% | 0.87% | - |
| XYZ | 43.91 | 29.57 | 71.8 | - |
| YUV | 151.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 221 | 0.07 | 0.50 | 0 | 0.13 | 291.27 | 0.62 | 0.65 |
| Hex | CD | 6F | DD | 7 | 32 | 0 | D | 123 | 3E | 41 |
| Octal | 315 | 157 | 335 | 7 | 62 | 0 | 15 | 443 | 76 | 101 |
| Binary | 11001101 | 1101111 | 11011101 | 111 | 110010 | 0 | 1101 | 100100011 | 111110 | 1000001 |
Color Harmonies of #CD6FDD
Complementary color
Monochromatic Colors of #CD6FDD
Black with #CD6FDD
Text Example
Text Example
White with #CD6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6FDD; }
p { color: rgb(205,111,221); }
H1.HeaderClassName
{
color: #CD6FDD;
}
.AnyTagClassName
{
color: #CD6FDD;
}
</style>
background-color css
<style>
a { background-color: #CD6FDD; }
a { background-color: rgb(205,111,221); }
div.DivClassName
{
background-color: #CD6FDD;
}
.BgClassName
{
background-color: #CD6FDD;
}
</style>
border-color css
<style>
span { border-color: #CD6FDD; }
span { border-color: rgb(205,111,221); }
td.TdClassName
{
border-color: #CD6FDD;
}
.TagClassName
{
border-color: #CD6FDD;
}
</style>