Shades of Orchid #CD6FDC
Tints of Orchid #CD6FDC
RGB
CMYK
RGB Variations
Color information
#CD6FDC (or 0xCD6FDC) is known color: Orchid. HEX triplet: CD, 6F and DC. RGB value is (205,111,220). Sum of RGB (Red+Green+Blue) = 205+111+220=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FDC is #329023. Grayscale: #979797. Windows color (decimal): -3313700 or 14446541. OLE color: 14446541.
HSL color Cylindrical-coordinate representation of color #CD6FDC: hue angle of 291.74º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6FDC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 111 | 220 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.14 |
| HSL | 291.74º | 0.61% | 0.65% | - |
| HSV(B) | 291.74º | 0.5% | 0.86% | - |
| XYZ | 43.78 | 29.52 | 71.1 | - |
| YUV | 151.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 220 | 0.07 | 0.50 | 0 | 0.14 | 291.74 | 0.61 | 0.65 |
| Hex | CD | 6F | DC | 7 | 32 | 0 | E | 124 | 3D | 41 |
| Octal | 315 | 157 | 334 | 7 | 62 | 0 | 16 | 444 | 75 | 101 |
| Binary | 11001101 | 1101111 | 11011100 | 111 | 110010 | 0 | 1110 | 100100100 | 111101 | 1000001 |
Color Harmonies of #CD6FDC
Complementary color
Monochromatic Colors of #CD6FDC
Black with #CD6FDC
Text Example
Text Example
White with #CD6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6FDC; }
p { color: rgb(205,111,220); }
H1.HeaderClassName
{
color: #CD6FDC;
}
.AnyTagClassName
{
color: #CD6FDC;
}
</style>
background-color css
<style>
a { background-color: #CD6FDC; }
a { background-color: rgb(205,111,220); }
div.DivClassName
{
background-color: #CD6FDC;
}
.BgClassName
{
background-color: #CD6FDC;
}
</style>
border-color css
<style>
span { border-color: #CD6FDC; }
span { border-color: rgb(205,111,220); }
td.TdClassName
{
border-color: #CD6FDC;
}
.TagClassName
{
border-color: #CD6FDC;
}
</style>